From 453423d39d9aff8e4706aef7f3ff735499caa2ec Mon Sep 17 00:00:00 2001 From: LArkema Date: Sun, 18 Feb 2024 10:44:32 -0800 Subject: [PATCH] Fix setup arduino versions, create new release, and lower refresh rate --- .github/workflows/compile-sketches.yml | 2 +- .github/workflows/update-libraries.yml | 2 +- DCTransistor-Bidirectional/config.h | 4 ++-- DCTransistor/config.h | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/compile-sketches.yml b/.github/workflows/compile-sketches.yml index 2bba0ec..650d60e 100644 --- a/.github/workflows/compile-sketches.yml +++ b/.github/workflows/compile-sketches.yml @@ -66,7 +66,7 @@ jobs: sed -i -E "/SECRET_WMATA_API_KEY_2/s/[0-9a-f]{32}/${{ secrets.WMATA_API_KEY_2 }}/" ${config}; done - name: Install Arduino Cli - uses: arduino/setup-arduino-cli@v1 + uses: arduino/setup-arduino-cli@v1.1.2 - name: Install boards and libraries run: | arduino-cli core update-index --additional-urls https://arduino.esp8266.com/stable/package_esp8266com_index.json diff --git a/.github/workflows/update-libraries.yml b/.github/workflows/update-libraries.yml index a8cafb2..0385680 100644 --- a/.github/workflows/update-libraries.yml +++ b/.github/workflows/update-libraries.yml @@ -19,7 +19,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Install Arduino CLI - uses: arduino/setup-arduino-cli@v1 + uses: arduino/setup-arduino-cli@v1.1.2 - name: Install packages and boards run: | arduino-cli core update-index --additional-urls https://arduino.esp8266.com/stable/package_esp8266com_index.json diff --git a/DCTransistor-Bidirectional/config.h b/DCTransistor-Bidirectional/config.h index 9e7430c..476a7bc 100644 --- a/DCTransistor-Bidirectional/config.h +++ b/DCTransistor-Bidirectional/config.h @@ -19,7 +19,7 @@ #include //Version string. Changes with every software version -#define VERSION "1.1.11" +#define VERSION "1.1.12" /* * USER CONFIGURATION VALUES @@ -37,7 +37,7 @@ #define PRINT //Number of seconds to wait between requests to WMATA server (WMATA updates every ~20, per documentation) -#define WAIT_SEC 20 +#define WAIT_SEC 15 //Name of WiFi Network (SSID) Board Creates when unable to connect to wifi #define WIFI_NAME "DCTransistor" diff --git a/DCTransistor/config.h b/DCTransistor/config.h index 2605391..250ab70 100644 --- a/DCTransistor/config.h +++ b/DCTransistor/config.h @@ -19,7 +19,7 @@ #include //Version string. Changes with every software version -#define VERSION "1.1.11" +#define VERSION "1.1.12" /* * USER CONFIGURATION VALUES @@ -37,7 +37,7 @@ //#define PRINT //Number of seconds to wait between requests to WMATA server (WMATA updates every ~20, per documentation) -#define WAIT_SEC 20 +#define WAIT_SEC 15 //Name of WiFi Network (SSID) Board Creates when unable to connect to wifi #define WIFI_NAME "DCTransistor"