mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-19 22:35:17 +03:00
chore: add prefer template rule
This commit is contained in:
parent
27b3afbca7
commit
8cf9473c88
36 changed files with 277 additions and 276 deletions
|
@ -59,7 +59,7 @@ function generateData(firmware, input, startAddress) {
|
|||
}
|
||||
|
||||
// Add 0 terminator
|
||||
input = input + '\0';
|
||||
input = `${input}\0`;
|
||||
|
||||
let inputIndex = 0;
|
||||
while (inputIndex < input.length) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue