2016-10-24 20:23:25 +03:00
|
|
|
; PlatformIO Project Configuration File
|
|
|
|
|
;
|
|
|
|
|
; Build options: build flags, source filter, extra scripting
|
|
|
|
|
; Upload options: custom port, speed and extra flags
|
|
|
|
|
; Library options: dependencies, extra library storages
|
|
|
|
|
;
|
|
|
|
|
; Please visit documentation for the other options and examples
|
2017-02-22 16:29:39 +02:00
|
|
|
; http://docs.platformio.org/page/projectconf.html
|
2016-10-24 20:23:25 +03:00
|
|
|
|
2016-11-13 21:51:15 +02:00
|
|
|
[env:nano32]
|
2016-10-24 20:23:25 +03:00
|
|
|
platform = espressif32
|
|
|
|
|
framework = espidf
|
2016-11-13 21:51:15 +02:00
|
|
|
board = nano32
|
|
|
|
|
build_flags = -DCONFIG_WIFI_SSID=\"ESP_AP\" -DCONFIG_WIFI_PASSWORD=\"MYPASS\"
|
2018-05-30 20:18:35 +03:00
|
|
|
monitor_speed = 115200
|
2016-11-13 21:51:15 +02:00
|
|
|
|
|
|
|
|
[env:espea32]
|
|
|
|
|
platform = espressif32
|
|
|
|
|
framework = espidf
|
|
|
|
|
board = espea32
|
|
|
|
|
build_flags = -DCONFIG_WIFI_SSID=\"ESP_AP\" -DCONFIG_WIFI_PASSWORD=\"MYPASS\"
|
2018-05-30 20:18:35 +03:00
|
|
|
monitor_speed = 115200
|
2016-11-13 21:51:15 +02:00
|
|
|
|
|
|
|
|
[env:esp320]
|
|
|
|
|
platform = espressif32
|
|
|
|
|
framework = espidf
|
|
|
|
|
board = esp320
|
|
|
|
|
build_flags = -DCONFIG_WIFI_SSID=\"ESP_AP\" -DCONFIG_WIFI_PASSWORD=\"MYPASS\"
|
2018-05-30 20:18:35 +03:00
|
|
|
monitor_speed = 115200
|