mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 14:42:18 +03:00
Сделал сборку для esp32s2 (Wemos S2 mini)
This commit is contained in:
@@ -76,6 +76,7 @@ uint32_t ESP_getChipId(void) {
|
||||
#endif
|
||||
}
|
||||
|
||||
#ifndef esp32s2_4mb
|
||||
uint32_t ESP_getFlashChipId(void) {
|
||||
#ifdef ESP32
|
||||
// Нет аналогичной (без доп.кода) функций в 32
|
||||
@@ -85,6 +86,7 @@ uint32_t ESP_getFlashChipId(void) {
|
||||
return ESP.getFlashChipId();
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
|
||||
const String getMacAddress() {
|
||||
uint8_t mac[6];
|
||||
|
||||
Reference in New Issue
Block a user