WLANThermo-nano / WLANThermo_ESP32_Software

GNU General Public License v3.0
34 stars 19 forks source link

[Documentation] Compiling Instructions #165

Closed RussellAult closed 3 years ago

RussellAult commented 3 years ago

I can't seem to find instructions for compiling the WLANThermo ESP32 software in the source, the Wiki, or the forums. Am I missing them?

Thanks!

sochs commented 3 years ago

It's a platformio project, so it's pretty simple: Install Visual Studio Code, integrate platformio, open the project code, select the hardware to be compiled and go. All necessary libs etc. are organized by platformio. But it is only necessary to compile if you have changed something in the code. Otherwise, simply upload the finished BIN firmware live from a release using the recovery mode or use the online update function.