Determine chosen flash size at compile time?
Posted: Tue Sep 29, 2015 8:49 am
Is there a way to determine the chosen flash size so you can use it as a compiler directive in the code?
Something like:
#if (ESP_FLASH_SIZE > 512)
< include extra goodies that will not fit the smaller versions...>
#endif
Something like:
#if (ESP_FLASH_SIZE > 512)
< include extra goodies that will not fit the smaller versions...>
#endif