Skip to content

Commit

Permalink
Ensure auto-update set to true
Browse files Browse the repository at this point in the history
  • Loading branch information
LArkema authored Jul 3, 2024
1 parent 4ea4620 commit 7f1a36a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DCTransistor-Bidirectional/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include <time.h>

//Version string. Changes with every software version
#define VERSION "1.2.6"
#define VERSION "1.2.7"

/*
* USER CONFIGURATION VALUES
Expand All @@ -32,7 +32,7 @@
#define SECRET_WMATA_API_KEY_2 "2123456789abcdef0123456789abcdef"

//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
#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 7f1a36a

Please sign in to comment.