diff --git a/.github/workflows/compile-sketches.yml b/.github/workflows/compile-sketches.yml index 6653d0c..5b36d5f 100644 --- a/.github/workflows/compile-sketches.yml +++ b/.github/workflows/compile-sketches.yml @@ -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 diff --git a/DCTransistor-Bidirectional/config.h b/DCTransistor-Bidirectional/config.h index 6b2db14..d4c7caf 100644 --- a/DCTransistor-Bidirectional/config.h +++ b/DCTransistor-Bidirectional/config.h @@ -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"