Merge branch 'ver4dev' into dev_s2

This commit is contained in:
Mit4el
2023-06-17 16:12:27 +03:00
committed by GitHub
18 changed files with 99 additions and 4 deletions

View File

@@ -77,6 +77,7 @@ uint32_t ESP_getChipId(void) {
}
// устарела используем новую функцию ниже
#ifndef esp32s2_4mb
uint32_t ESP_getFlashChipId(void) {
#ifdef ESP32
// Нет аналогичной (без доп.кода) функций в 32
@@ -86,6 +87,7 @@ uint32_t ESP_getFlashChipId(void) {
return ESP.getFlashChipId();
#endif
}
#endif
// https://github.com/espressif/arduino-esp32/issues/6945#issuecomment-1199900892
// получение flash ch id из проекта esp easy