-
Notifications
You must be signed in to change notification settings - Fork 2
/
platformio.ini
43 lines (39 loc) · 1.19 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
[platformio]
default_envs = esp12e/complete
[env:esp12e/minimal]
platform = espressif8266
board = d1_mini
framework = arduino
build_flags = -D PIO_FRAMEWORK_ARDUINO_LWIP2_LOW_MEMORY
-D HOMIE_CONFIG=0
-D HOMIE_MDNS=0
-D GPIO_HX711_DT=13 ;D7
-D GPIO_HX711_SCK=12 ;D6
-D GPIO_ONEWIRE_BUS=14 ;D6
-D GPIO_ONEWIRE_BUS=14 ;D6
lib_deps =
https://github.com/homieiot/homie-esp8266/tree/fix/711-Espressif8266-v3.0.0
;ArduinoJson@^5.13.4
OneWire@^2.3.5
DallasTemperature@^3.9.1
bogde/HX711@^0.7.4
RunningMedian@^0.3.0
monitor_speed = 115200
lib_compat_mode = strict
[env:esp12e/complete]
platform = espressif8266
board = d1_mini
framework = arduino
build_flags = -D PIO_FRAMEWORK_ARDUINO_LWIP2_LOW_MEMORY
-D GPIO_HX711_DT=13 ;D7
-D GPIO_HX711_SCK=12 ;D6
-D GPIO_ONEWIRE_BUS=14 ;D5
lib_deps =
https://github.com/homieiot/homie-esp8266/#fix/711-Espressif8266-v3.0.0
;ArduinoJson@^5.13.4
OneWire@^2.3.5
DallasTemperature@^3.9.1
bogde/HX711@^0.7.4
RunningMedian@^0.3.0
monitor_speed = 115200
lib_compat_mode = strict