-
Notifications
You must be signed in to change notification settings - Fork 146
Description
Hi,
When I try to build v4.4 on Platform.io in VSCode, I see this error?
src/BrewPiLess.cpp: In function 'void brewpi_setup()':
src/BrewPiLess.cpp:1706:11: error: 'sensorPowerPin' was not declared in this scope
pinMode(sensorPowerPin, OUTPUT); // Power for sonoff temp sensor
^~~~~~~~~~~~~~
src/BrewPiLess.cpp:1708:11: error: 'powerIndicatorPin' was not declared in this scope
pinMode(powerIndicatorPin, OUTPUT);
^~~~~~~~~~~~~~~~~
*** [.pio\build\esp32-dev\src\BrewPiLess.cpp.o] Error 1
============================================================================ [FAILED] Took 15.47 seconds ============================================================================
Environment Status Duration
esp32-dev FAILED 00:00:15.473
======================================================================= 1 failed, 0 succeeded in 00:00:15.473 =======================================================================
Is there any library missing ?