TCode ESP32 v0.245b
Added 2022-05-01 21:51:17 +0000 UTCAdding lite build option. This build removes temp and display as these are required to use separate cores in a dual core system. This new lite build may work with a single core esp32 but it has not been tested. To change the build change the global variable in main.cpp to:
#define FULL_BUILD 0
You'll of course need to change the board in platformIO.
This build binary is only for the Devkit
Note: v0.245b full is mostly the same as v0.244b. So if you're happy with v0.244b there's no reason to move to v0.245b.