-
Notifications
You must be signed in to change notification settings - Fork 78
/
platformio.ini
37 lines (28 loc) · 1.02 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
; 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
[platformio]
data_dir = data
[env:esp01]
;relay board has 512Kb flash
platform = espressif8266 @ 4.0.1
board = esp01
framework = esp8266-nonos-sdk
monitor_speed = 74880
build_flags =
; -I /Users/apearson/dev/esp32/relay_board/include
; -I /Users/apearson/dev/esp32/relay_board/lib/heatshrink
; -I ${platformio.packages_dir}/framework-esp8266-nonos-sdk/driver_lib/include
-I /Users/apearson/esp/ESP8266_NONOS_SDK/third_party/include
;-I ${platformio.packages_dir}/framework-esp8266-nonos-sdk/third_party/include
-D LWIP_OPEN_SRC
-D GZIP_COMPRESSION
-D ICACHE_FLASH
-D TENSILICA
-D PIO_FRAMEWORK_ARDUINO_ESPRESSIF_SDK22x_190703