To get Minimal to compile, I had to uncomment ReactESP in the lib_deps section of platformio.ini: ``` lib_deps = ReactESP ``` To get Torture to compile, I had to add the lib_dep section, with ReactESP in it.
To get Minimal to compile, I had to uncomment ReactESP in the lib_deps section of platformio.ini:
To get Torture to compile, I had to add the lib_dep section, with ReactESP in it.