diff --git a/.github/workflows/PR_check.yml b/.github/workflows/PR_check.yml index 384291c7..b41f536e 100644 --- a/.github/workflows/PR_check.yml +++ b/.github/workflows/PR_check.yml @@ -80,7 +80,8 @@ path: | ~/.platformio ~/Bruce/.pio - key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }} + key: ${{ runner.os }}-pio-${{ hashFiles('**/lockfiles') }} + restore-keys: ${{ runner.os }}-pio-${{ hashFiles('**/lockfiles') }} - name: Install dependencies run: | diff --git a/include/globals.h b/include/globals.h index a51c90f8..0d67312d 100644 --- a/include/globals.h +++ b/include/globals.h @@ -89,8 +89,6 @@ extern String cachedPassword; extern unsigned long previousMillis; extern bool isSleeping; extern bool isScreenOff; - extern bool dimmer; -void setup_gpio(); - +void setup_gpio(); \ No newline at end of file