-
Notifications
You must be signed in to change notification settings - Fork 0
/
platformio.ini
53 lines (49 loc) · 1.31 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
46
47
48
49
50
51
52
53
; 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]
extra_configs =
secrets.ini
secrets-usb.ini
; secrets-ota.ini
[env:node32s]
platform = espressif32
framework = arduino
board = esp32dev # node32s
board_build.filesystem = littlefs
monitor_speed = 115200
check_tool = clangtidy
monitor_filters = esp32_exception_decoder
;build_type = debug
build_type = release
;lib_extra_dirs =
; ~/Projects2
lib_deps =
og3@0.2.3
og3x-oled@^0.2.2
og3x-shtc3@^0.2.0
adafruit/Adafruit BusIO
adafruit/Adafruit SHTC3 Library
bblanchon/ArduinoJson@^7.0.0
heman/AsyncMqttClient-esphome@^1.0.0
esphome/ESPAsyncWebServer-esphome@^3.0.0
thingpulse/ESP8266 and ESP32 OLED driver for SSD1306 displays@^4.2.0
SPI
build_flags =
'-Wall'
'-D OTA_PASSWORD="${secrets.otaPassword}"'
'-D LOG_DEBUG'
'-D LOG_UDP'
'-D WIFI_OLED'
'-D LOG_UDP_ADDRESS=${secrets.udpLogTarget}'
upload_protocol = ${secrets.uploadProtocol}
upload_port = ${secrets.uploadPort}
upload_flags =
${secrets.uploadAuth}
lib_ldf_mode = deep