-
Notifications
You must be signed in to change notification settings - Fork 25
/
platformio.ini
38 lines (35 loc) · 1.17 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
;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:wemosd1mini]
; platform = espressif8266
;platform = CDT_esp8266
board = d1_mini
framework = arduino
monitor_baud=115200
upload_speed = 921600
board_build.flash_mode = dout
; upload_port = /dev/cu.SLAB_USBtoUART
; monitor_port = /dev/cu.SLAB_USBtoUART
; platform = [email protected]
; platform = [email protected]
; platform = [email protected]
; platform = [email protected]
; platform = [email protected]
; platform = [email protected]
; platform = [email protected]
platform = [email protected]
; platform = [email protected]
; upload_port = /dev/cu.wchusbserial1460
; lib_deps =
; Adafruit [email protected]
; build_flags = -Wl,-Teagle.flash.4m.ld -D PIO_FRAMEWORK_ARDUINO_LWIP_HIGHER_BANDWIDTH
; build_flags = -D PIO_FRAMEWORK_ARDUINO_LWIP2_IPV6_LOW_MEMORY