mirror of https://github.com/arendst/Tasmota.git
Merge pull request #15588 from s-hadinger/remove_getFlashChipSize
Remove `ESP.getFlashChipSize()` replaced by `ESP_getFlashChipSize()`
This commit is contained in:
commit
8814a60678
|
@ -45,7 +45,6 @@ extern void analogWritePhase(uint8_t pin, uint32_t duty, uint32_t phase = 0);
|
||||||
#define ETS_UART_INTR_ENABLE()
|
#define ETS_UART_INTR_ENABLE()
|
||||||
|
|
||||||
#define ESPhttpUpdate httpUpdate
|
#define ESPhttpUpdate httpUpdate
|
||||||
#define getFlashChipRealSize() getFlashChipSize()
|
|
||||||
|
|
||||||
#define os_delay_us ets_delay_us
|
#define os_delay_us ets_delay_us
|
||||||
// Serial minimal type to hold the config
|
// Serial minimal type to hold the config
|
||||||
|
|
Loading…
Reference in New Issue