forked from CosmicMac/M5Spot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplatformio.ini
34 lines (31 loc) · 969 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
30
31
32
33
34
; 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
; http://docs.platformio.org/page/projectconf.html
[env:m5stack-core-esp32]
platform = espressif32
board = m5stack-core-esp32
framework = arduino
upload_speed = 921600
upload_port = m5spot.local
lib_deps =
M5Stack
ESP Async WebServer
ArduinoJson
; SparkFun APDS9960 RGB and Gesture Sensor
build_flags=
-DDEBUG_M5SPOT
; -DDEBUG_ESP_PORT=Serial
; -DDEBUG_ESP_HTTP_CLIENT
; -DDEBUG_ESP_CORE
; -DCORE_DEBUG_LEVEL=ARDUHAL_LOG_LEVEL_ERROR
; -DCORE_DEBUG_LEVEL=ARDUHAL_LOG_LEVEL_INFO
; -DCORE_DEBUG_LEVEL=ARDUHAL_LOG_LEVEL_DEBUG
; -DCORE_DEBUG_LEVEL=ARDUHAL_LOG_LEVEL_VERBOSE
; -DDEBUG_ESP_SSL
; -DOTA_DEBUG=Serial