forked from huksley/m5paper-weather
-
Notifications
You must be signed in to change notification settings - Fork 0
/
platformio.ini
29 lines (28 loc) · 850 Bytes
/
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
; 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
[env:m5stack-fire]
platform = espressif32
board = m5stack-fire
framework = arduino
upload_speed = 2000000
monitor_speed = 115200
lib_deps =
m5stack/M5EPD@^0.1.0
bblanchon/ArduinoJson@^6.17.2
lorol/LittleFS_esp32@^1.0.5
m5ez/ezTime@^0.8.3
board_build.partitions = large_spiffs_16MB.csv
monitor_filters = esp32_exception_decoder
build_flags =
-DCORE_DEBUG_LEVEL=4
-DBOARD_HAS_PSRAM
-mfix-esp32-psram-cache-issue
-DCONFIG_LITTLEFS_FOR_IDF_3_2
extra_scripts = littlefsbuilder.py