File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
[platformio]
2
2
description = aquacontrol-v2-esp32-box-lite
3
- ; https://github.com/espressif/esp-box
4
-
5
3
default_envs = m5stack-fire ; esp32s3box ;m5stack-fire
6
4
7
5
[user]
@@ -17,7 +15,7 @@ build_flags =
17
15
; ESP_LOG_VERBOSE 5
18
16
19
17
[env]
20
- platform = https://github.com/pioarduino/platform-espressif32/releases/download/51 .03.07 /platform-espressif32.zip
18
+ platform = https://github.com/pioarduino/platform-espressif32/releases/download/53 .03.10 /platform-espressif32.zip
21
19
framework = arduino
22
20
build_flags =
23
21
-Wall
@@ -55,7 +53,8 @@ build_flags =
55
53
56
54
57
55
[env:m5stack-fire]
58
- board = esp32dev ; m5stack-fire
56
+ ; https://github.com/m5stack/m5unified
57
+ board = m5stack-fire
59
58
board_build.mcu =esp32
60
59
build_flags =
61
60
-D LGFX_M5STACK
Original file line number Diff line number Diff line change 3
3
#include < SPI.h>
4
4
#include < SD.h>
5
5
#include < esp_sntp.h>
6
+ #include < vector>
7
+ #include < mutex>
6
8
7
9
#include " secrets.h"
8
10
#include " lcdMessage_t.h"
You can’t perform that action at this time.
0 commit comments