I have been using nodemcu-build for 8266 modules with success for several projects.
I have been trying to replicate the same development environment using SparkFun ESP32 Thing using the beta version of nodemcu-build for ESP32.
After building, downloading a build it appears to successfully flash to the ESP32 Thing. But then it displays the following error message:
rtc_clk_init: Possibly invalid CONFIG_ESP32_XTAL_FREQ setting (40MHz). Detected 26 MHz
From my research it appears that SparkFun build these modules with 26MHz xtals, yet the standard is for 40 MHz. The error message suggests to me that the nodemcu-build for ESP32 assumes a 40MHz xtal.
Is there any way to patch to configure for the different frequency. I found a reverse situation where the problem was to patch a 26MHz generated binary to run at 40MHz.
But I'm unwilling to start patching without having confirmation as to exactly what is the correct process.