Fix mcu-reset for ARDUINO_ARCH_STM32
This commit is contained in:
@@ -98,6 +98,7 @@ void InboxMessage::run(String a) {
|
||||
}
|
||||
else if (a == u8"reset-mcu")
|
||||
{
|
||||
prop.sendDone(a);
|
||||
prop.resetMcu();
|
||||
}
|
||||
else if (a == "blink:1")
|
||||
|
||||
Reference in New Issue
Block a user