-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplatformio.ini
More file actions
35 lines (31 loc) · 918 Bytes
/
platformio.ini
File metadata and controls
35 lines (31 loc) · 918 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
28
29
30
31
32
33
34
35
; 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:nodemcuv2]
platform = espressif8266
;platform = espressif8266_stage
board = nodemcuv2
framework = arduino
; set frequency to 160MHz
board_f_cpu = 160000000L
; set frequency to 80MHz
board_f_flash = 80000000L
; 4M (1M SPIFFS)
;build_flags = -Wl,-Tesp8266.flash.4m1m.ld
; 4M (3M SPIFFS)
;build_flags = -Wl,-Tesp8266.flash.4m.ld
;board_flash_mode = qio
;upload_speed = 230400
upload_speed = 921600
;OTA-update
upload_port = lightcontrol.local
;upload_port = 192.168.4.1
upload_flags = --port=8266 --auth=admin1337
[platformio]
home_dir = .pio_home/