-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
platformio.ini
27 lines (25 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
; 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
[env:nodemcuv2]
platform = espressif8266
board = nodemcuv2
framework = arduino
lib_deps =
adafruit/Adafruit BusIO@^1.9.1
adafruit/Adafruit GFX Library@^1.10.12
adafruit/Adafruit AHTX0@^2.0.1
adafruit/Adafruit Unified Sensor@^1.1.4
SPI
marcoschwartz/LiquidCrystal_I2C@^1.1.4
bogde/HX711@^0.7.4
adafruit/Adafruit MCP23017 Arduino Library@^1.3.0
; Строку ниже нужно разкоментировать для прошивки ESP по Wi-Fi
; 192.168.XX.XX заменить на свой IP адрес, который будет на экране после удачной прошивки через консольныq кабель
; upload_port = 192.168.1.XX