-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathplatformio.ini
More file actions
27 lines (23 loc) · 808 Bytes
/
platformio.ini
File metadata and controls
27 lines (23 loc) · 808 Bytes
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
; 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
; http://docs.platformio.org/en/stable/projectconf.html
; [env:esp01_1m]
; platform = espressif8266
; board = esp01_1m
; framework = arduino
[env:esp12e]
platform = espressif8266
board = esp01_1m
framework = arduino
lib_deps = ArduinoJson, AsyncMqttClient, Bounce2, https://github.com/marvinroger/homie-esp8266.git, ESP Async WebServer
upload_speed = 115200
board_flash_mode = dout
; build_flags = -Og -ggdb -DDEBUG_ESP_PORT=Serial
; [env:local]
; platform = native
; build_flags = CPPPATH=/home/username/local/include