Files
Keypad/platformio.ini
2025-07-01 18:20:48 +02:00

30 lines
842 B
INI

[env:m5paper]
platform = espressif32
; platform = https://github.com/platformio/platform-espressif32.git#feature/arduino-upstream
board = m5stack-fire
framework = arduino
upload_speed = 2000000
; platform_packages =
; framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git
monitor_speed = 115200
board_build.partitions = default_16MB.csv
build_flags =
-std=gnu++17
-Ofast
-DBOARD_HAS_PSRAM
-mfix-esp32-psram-cache-issue
; -DCORE_DEBUG_LEVEL=4
build_unflags =
-std=gnu++11
lib_deps =
https://github.com/m5stack/M5EPD
https://github.com/arduino-libraries/NTPClient
https://github.com/tobozo/YAMLDuino
LovyanGFX
bblanchon/ArduinoJson
knolleary/PubSubClient
; upload_protocol = espota
; upload_port = 192.168.10.104
; extra_scripts =
; pre:extra_script.py
; upload_flags = --host_port=55910