Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into xfw-dev --nobuild

This commit is contained in:
Willy-JL
2023-09-04 23:36:06 +02:00
58 changed files with 198 additions and 96 deletions

View File

@@ -188,7 +188,7 @@ static const DuckyCmd ducky_commands[] = {
{"WAIT_FOR_BUTTON_PRESS", ducky_fnc_waitforbutton, -1},
};
#define TAG "BadKB"
#define TAG "BadKb"
#define WORKER_TAG TAG "Worker"
int32_t ducky_execute_cmd(BadKbScript* bad_kb, const char* line) {