-
Notifications
You must be signed in to change notification settings - Fork 0
/
platformio.ini
32 lines (31 loc) · 890 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
; 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:esp32dev]
platform = espressif32@^6.6.0
platform_packages =
framework-arduinoespressif32@^3.20015.0
board = esp32dev
board_build.partitions = min_spiffs.csv
framework = arduino
build_type = release
lib_deps =
esphome/AsyncTCP-esphome@^2.1.0
knolleary/PubSubClient@^2.8
build_unflags =
-std=gnu++11
build_flags =
-std=gnu++17
-DCONFIG_WIFI_LWIP_ALLOCATION_FROM_SPIRAM_FIRST=1
-DCONFIG_BT_ALLOCATION_FROM_SPIRAM_FIRST=1
monitor_filters =
default
esp32_exception_decoder
send_on_enter
monitor_speed = 115200