mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 06:32:19 +03:00
Add esp32_16m & esp8266_16m
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user