Skip to content

Commit

Permalink
Fix pin reference in menu
Browse files Browse the repository at this point in the history
Signed-off-by: Sara Damiano <[email protected]>
  • Loading branch information
SRGDamia1 committed Sep 30, 2024
1 parent 0f850f4 commit 6e1608f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/menu_a_la_carte/menu_a_la_carte.ino
Original file line number Diff line number Diff line change
Expand Up @@ -2200,7 +2200,7 @@ Variable* y511Temp =
// NOTE: Use -1 for any pins that don't apply or aren't being used.
byte y513ModbusAddress = 0x13; // The modbus address of the Y513
const int8_t y513AdapterPower = sensorPowerPin; // RS485 adapter power pin
const int8_t y513SensorPower = modbusSensorPowerPin; // Sensor power pin
const int8_t y513SensorPower = A3; // Sensor power pin
const int8_t y513EnablePin = -1; // Adapter RE/DE pin
const uint8_t y513NumberReadings = 5;
// The manufacturer recommends averaging 10 readings, but we take 5 to minimize
Expand Down

0 comments on commit 6e1608f

Please sign in to comment.