No worries, first cup of coffee; I forgot the insert a smile. It was only intended as a soft jab.
Open up menuconfig; Navigate to "Serial flasher config" and change "Flash size" to what would be appropriate for your module. The module I was working with at the time probably had a 4MB flash, so it went to GitHub as such.
mzimmers wrote: ↑Tue Jun 23, 2020 2:06 am2. I do my code browsing and editing in an IDE (one that currently can't cross-compile for the ESP32, but it's still a great tool). The IDE isn't finding any of the ESP_LOGX macros in your main. More accurately, it's not finding CONFIG_LOG_DEFAULT_LEVEL. The program builds and runs using the idf.py tool, so this is nothing more than an inconvenience, but my incipient curiosity has me wondering why. I compared your sdkconfig file with one from another project (that does find that macro), and didn't see any differences that looked relevant. Did you have to do anything to get the linker to "find" this?
That's a new one on me. No, I haven't seen that before. Other than the command line, I am typically using Eclipse CDT as an IDE for the ESP series. Eclipse CDT is far from perfect in any sense, but it gets the job done and the Espressif plugin gives it a "fair" amount of ESP32/IDF awareness. Out of curiosity, what IDE are you using?
Best Regards