Fix mcu-reset for ARDUINO_ARCH_STM32

This commit is contained in:
fauresystems
2020-06-26 19:13:42 +02:00
parent 10a766453f
commit ff04218188
3 changed files with 2 additions and 1 deletions
@@ -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")