Skip to content

Issue to build v4.4 #446

Description

@lfach

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 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions