From 957c0a369d211f808145dc0029886c15af064947 Mon Sep 17 00:00:00 2001 From: Stephan Hadinger Date: Tue, 10 May 2022 23:15:26 +0200 Subject: [PATCH] Remove `ESP.getFlashChipSize()` replaced by `ESP_getFlashChipSize()` --- lib/libesp32/ESP32-to-ESP8266-compat/src/esp8266toEsp32.h | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/libesp32/ESP32-to-ESP8266-compat/src/esp8266toEsp32.h b/lib/libesp32/ESP32-to-ESP8266-compat/src/esp8266toEsp32.h index 59c63801a..a4c6a602e 100644 --- a/lib/libesp32/ESP32-to-ESP8266-compat/src/esp8266toEsp32.h +++ b/lib/libesp32/ESP32-to-ESP8266-compat/src/esp8266toEsp32.h @@ -45,7 +45,6 @@ extern void analogWritePhase(uint8_t pin, uint32_t duty, uint32_t phase = 0); #define ETS_UART_INTR_ENABLE() #define ESPhttpUpdate httpUpdate -#define getFlashChipRealSize() getFlashChipSize() #define os_delay_us ets_delay_us // Serial minimal type to hold the config