-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplatformio.ini
45 lines (40 loc) · 1.15 KB
/
platformio.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
; PlatformIO Project Configuration File
;
; Build options: build flags, source filter
; Upload options: custom upload port, speed and extra flags
; Library options: dependencies, extra library storages
; Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[platformio]
default_envs = ESP32
[env]
platform = espressif32
framework = arduino
upload_speed = 921600
monitor_speed = 115200
monitor_flags = --raw
build_flags =
-DESP32=1
-DARDUINO_ARCH_ESP32=1
-DBOARD_HAS_PSRAM
-std=c++17
-std=gnu++17 -DESP32
-DLODEPNG_NO_COMPILE_DISK=1
-DLODEPNG_NO_COMPILE_ENCODER=1
-DLODEPNG_NO_COMPILE_ANCILLARY_CHUNKS=1
lib_ldf_mode = chain+
lib_deps =
Wire
https://github.com/clausgf/logger32
https://github.com/clausgf/batterymonitor32
;https://github.com/clausgf/GxEPD2
me-no-dev/AsyncTCP@^1.1.1
boblemaire/asyncHTTPrequest @ ^1.2.2
bblanchon/ArduinoJson @ ^6.18.3
zinggjm/GxEPD2 @ ^1.3.0
adafruit/Adafruit GFX Library @ ^1.10.5
adafruit/Adafruit BusIO @ ^1.7.2
[env:ESP32]
board = esp32doit-devkit-v1