Skip to content

Commit

Permalink
Do reset
Browse files Browse the repository at this point in the history
  • Loading branch information
iPAS committed Dec 13, 2021
1 parent f57233f commit f72bb4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Main/lora.ino
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ void on_flood_receive(void *message, uint8_t len) {

if (remote_commands[i] == REMOTE_CMD_RESET) {
term_printf("[LORA] reset: from %d", hdr->originSource);
//ESP.restart(); // XXX: delay reset!!
ESP.restart(); // TODO: delay reset!!
}

}
Expand Down

0 comments on commit f72bb4f

Please sign in to comment.