Usermod changes
This commit is contained in:
parent
a31da3186f
commit
88b67b9541
@ -27,6 +27,11 @@ Uncomment `U8g2@~2.27.3`,`DallasTemperature@~3.8.0`,`OneWire@~2.3.5 under` `[com
|
|||||||
```ini
|
```ini
|
||||||
# platformio.ini
|
# platformio.ini
|
||||||
...
|
...
|
||||||
|
[platformio]
|
||||||
|
...
|
||||||
|
; default_envs = esp01_1m_full
|
||||||
|
default_envs = esp07
|
||||||
|
...
|
||||||
[common]
|
[common]
|
||||||
...
|
...
|
||||||
lib_deps_external =
|
lib_deps_external =
|
||||||
|
@ -23,3 +23,25 @@
|
|||||||
- SSD1306 128x32 I2C OLED display
|
- SSD1306 128x32 I2C OLED display
|
||||||
- DS18B20 (temperature sensor)
|
- DS18B20 (temperature sensor)
|
||||||
- Push button (N.O. momentary switch)
|
- Push button (N.O. momentary switch)
|
||||||
|
|
||||||
|
### Platformio requirements
|
||||||
|
Uncomment `U8g2@~2.27.3`,`DallasTemperature@~3.8.0`,`OneWire@~2.3.5 under` `[common]` section in `platformio.ini`:
|
||||||
|
```ini
|
||||||
|
# platformio.ini
|
||||||
|
...
|
||||||
|
[platformio]
|
||||||
|
...
|
||||||
|
; default_envs = esp07
|
||||||
|
default_envs = d1_mini
|
||||||
|
...
|
||||||
|
[common]
|
||||||
|
...
|
||||||
|
lib_deps_external =
|
||||||
|
...
|
||||||
|
#For use SSD1306 OLED display uncomment following
|
||||||
|
U8g2@~2.27.3
|
||||||
|
#For Dallas sensor uncomment following 2 lines
|
||||||
|
DallasTemperature@~3.8.0
|
||||||
|
OneWire@~2.3.5
|
||||||
|
...
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user