Added support for s2 mini

This commit is contained in:
Magnus Persson
2022-10-19 11:48:50 +02:00
parent 47bae4d28e
commit bbdbf88a76
7 changed files with 47 additions and 45 deletions

View File

@ -120,8 +120,7 @@ void checkResetReason() {
}
Log.notice(F("HELP: Last reset cause '%s' (%d)" CR), rStr.c_str(), r);
#warning "TODO: Implement logging of crashes for esp32"
// Havent found a good way to get exception cause from an ESP32
#endif
}