mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into xfw-dev
This commit is contained in:
@@ -54,7 +54,7 @@ static int32_t ducky_fnc_string(BadKbScript* bad_kb, const char* line, int32_t p
|
||||
furi_string_cat(bad_kb->string_print, "\n");
|
||||
}
|
||||
|
||||
if(bad_kb->stringdelay == 0) { // stringdelay not set - run command immidiately
|
||||
if(bad_kb->stringdelay == 0) { // stringdelay not set - run command immediately
|
||||
bool state = ducky_string(bad_kb, furi_string_get_cstr(bad_kb->string_print));
|
||||
if(!state) {
|
||||
return ducky_error(bad_kb, "Invalid string %s", line);
|
||||
|
||||
Reference in New Issue
Block a user