-
Notifications
You must be signed in to change notification settings - Fork 0
/
platformio.ini
61 lines (55 loc) · 1.15 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
; 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]
platform = espressif8266
framework = arduino
build_flags =
-D WITH_ADS1115
-D WITH_PCA9685
-D WITH_PCF8574
-D WITH_ANALOGIN
-D WITH_DIGITALIN
-D WITH_DIGITALOUT
-D WITH_PWM
-D WITH_LEDSTRIP
-D WITH_RGBA
-D WITH_IR_IN
-D WITH_SERVO
-D WITH_DS18X20
-D WITH_LM75
-D WITH_HTU21D
-D JSON_BUFFER_SIZE=4096
-D SKELETON_WIFI_SOFTAP_PASSWD=\"AuraNode\"
lib_deps =
Adafruit ADS1X15
ArduinoJson
Bleeper
IRremoteESP8266
NeoPixelBus
PCF8574_ESP
Syslog
1 ; OneWire
I2C Temperature Sensors derived from the LM75
[env:pro]
board = d1_mini_pro
[env:lite]
board = d1_mini_lite
[env:nodemcu]
board = nodemcuv2
[env:esp01]
board = esp01_1m
[env:ledbridge]
board = esp01_1m
build_flags =
-D WITH_LEDSTRIP
-D JSON_BUFFER_SIZE=512
-D PUYA_SUPPORT=1
-fno-exceptions
-Wl,-Teagle.flash.1m64.ld