mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-26 01:48:10 -07:00
Add js sdk changes
With type declarations and various missing parts added by Willy-JL
This commit is contained in:
@@ -223,7 +223,7 @@ static void js_subghz_transmit_file(struct mjs* mjs) {
|
||||
// - "repeat" as variable and loop in this code applies to RAW files only
|
||||
// parsed files handle repeat in protocol layer instead
|
||||
// We keep 0 as default, or literal value if specified by user
|
||||
// If user did not specify, -1 is detected below, and we use:
|
||||
// If user did not specify, 0 is detected below, and we use:
|
||||
// - 1 repeat for RAW
|
||||
// - 10 repeats for parsed, which is passed to protocol, and we loop once here
|
||||
uint32_t repeat = 0;
|
||||
|
||||
Reference in New Issue
Block a user