Skip to content

Commit

Permalink
testing the cache
Browse files Browse the repository at this point in the history
  • Loading branch information
rouing committed Dec 22, 2024
1 parent 9a7abfb commit 2426b9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/PR_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
4 changes: 1 addition & 3 deletions include/globals.h
Original file line number Diff line number Diff line change
Expand Up @@ -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();

0 comments on commit 2426b9a

Please sign in to comment.