Skip to content

Commit

Permalink
Fix extra quote in build
Browse files Browse the repository at this point in the history
  • Loading branch information
LArkema committed Dec 2, 2023
1 parent b3fa9df commit 3e34652
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compile-sketches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
let "new_minor_version=code_minor_version+1"
next_version=$(echo -n ${code_version} | awk -F. '{printf("%s.%s", $1, $2)}'; echo -n ".${new_minor_version}")
sed -i -e "/define VERSION /s/${code_version}/${next_version}/" ${CONFIG_FILE}
sed -i -e "/define VERSION /s/${code_version}/${next_version}/" ${BI_CONFIG_FILE}"
sed -i -e "/define VERSION /s/${code_version}/${next_version}/" ${BI_CONFIG_FILE}
else
next_version=$code_version
fi
Expand Down
2 changes: 1 addition & 1 deletion DCTransistor-Bidirectional/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
// #define PRINT

//Number of seconds to wait between requests to WMATA server (WMATA updates every ~20, per documentation)
#define WAIT_SEC 1
#define WAIT_SEC 10

//Name of WiFi Network (SSID) Board Creates when unable to connect to wifi
#define WIFI_NAME "DCTransistor"
Expand Down

0 comments on commit 3e34652

Please sign in to comment.