-
Notifications
You must be signed in to change notification settings - Fork 4
/
platformio.ini
25 lines (22 loc) · 929 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
; 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:user1]
framework = arduino
board = esp01_1m
board_build.flash_mode = dout
platform = espressif8266@1.5.0 ; Arduino 2.3.0
build_flags = -Wl,-Tfiles/eagle.flash.1m0.0x01000.ld -DUSER1
extra_scripts = scripts/elf2img2.py
[env:user2]
framework = arduino
board = esp01_1m
board_build.flash_mode = dout
platform = espressif8266@1.5.0 ; Arduino 2.3.0
build_flags = -Wl,-Tfiles/eagle.flash.1m0.0x81000.ld -DUSER2
extra_scripts = scripts/elf2img2.py