Skip to content

Commit 93b50da

Browse files
committed
Update github action
1 parent dccf139 commit 93b50da

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
key: ${{ runner.os }}-pio
1818
- uses: actions/setup-python@v5
1919
with:
20-
python-version: '3.11'
20+
python-version: '3.13'
2121
- name: Install PlatformIO Core
2222
run: pip install --upgrade platformio
2323
- name: Build AstroPowerBox

platformio.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ platform = espressif32
5454
board_build.filesystem = littlefs
5555
monitor_speed = 115200
5656
framework = arduino
57+
; lib_compat_mode = strict
5758

5859

5960
[env:lolin_s2_mini]

src/settings.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#include <array>
44
#include "configuration.h"
55
#include <WString.h>
6-
#include "wifisettings.h"
6+
#include <wifisettings.h>
77
#include "powermonitor.h"
88
#include <unordered_map>
99

0 commit comments

Comments
 (0)