Add esp32_16m & esp8266_16m

This commit is contained in:
Mit4el
2023-09-09 12:19:22 +03:00
parent 4ed4f240a6
commit 123412285d
20 changed files with 140 additions and 5 deletions

View File

@@ -101,7 +101,7 @@ String ESP32GetResetReason(uint32_t cpu_no) {
}
}
#endif
#ifdef esp32_4mb
#if defined(esp32_4mb) || defined(esp32_16mb)
String ESP_getResetReason(void) {
return ESP32GetResetReason(0); // CPU 0
}