Skip to content

Commit 388f5d3

Browse files
committed
Fixed bug in LoadDemo
1 parent 8f8575f commit 388f5d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

demos/LoadDemo/LoadDemo.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ void loop() {
205205
} else {
206206
Serial.print("\nNew setPoint: ");
207207
Serial.println(setPoint);
208-
LOAD::loadDevice.setGPIO(0b0000'0000);
208+
LOAD::loadDevice.setGPIO(setPoint);
209209
}
210210

211211
Serial.print("Input load setPoint as a bitset: ");

0 commit comments

Comments
 (0)