Skip to content

Commit

Permalink
Fix bidirectional autoupdate value
Browse files Browse the repository at this point in the history
  • Loading branch information
LArkema committed Dec 2, 2023
1 parent dd1fb70 commit d6f7f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DCTransistor-Bidirectional/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#define SECRET_WMATA_API_KEY "0123456789abcdef0123456789abcdef"

//Whether or not to check for automatic updates every time board powers on (turning to false may break board when web TLS certificates expire)
#define AUTOUPDATE false //true
#define AUTOUPDATE true

//Uncomment below line to print program text output to Serial output (requires attaching board to computer via USB cable)
// #define PRINT
Expand Down

0 comments on commit d6f7f72

Please sign in to comment.