-
Notifications
You must be signed in to change notification settings - Fork 0
/
platformio.ini
55 lines (51 loc) · 1.55 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
; 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]
default_envs = nodemcuv2
description = Almond hydroponics device controller
[common_env_data]
build_flags =
-Os
-D BEARSSL_SSL_BASIC
-D PIO_FRAMEWORK_ARDUINO_ESPRESSIF_SDK22x_191122
-D PIO_FRAMEWORK_ARDUINO_LWIP2_LOW_MEMORY_LOW_FLASH
-D VTABLES_IN_IRAM
-D VERSION=1.2.3
-D DEBUG=1
[env:upstream_develop]
platform = https://github.com/platformio/platform-espressif8266.git
board = nodemcuv2
framework = arduino
lib_deps =
256dpi/MQTT@^2.5.0
googlecloudplatform/Google Cloud IoT Core JWT@^1.1.11
bblanchon/ArduinoJson@6.18.5
nrwiersma/ConfigManager@^2.1.1
bbx10/DNSServer@^1.1.0
tobiasschuerg/ESP8266 Influxdb@3.9.0
mobizt/Firebase ESP8266 Client@^3.6.5
[env:nodemcuv2]
build_type = debug
platform = https://github.com/platformio/platform-espressif8266.git
board = nodemcuv2
framework = arduino
upload_port = /dev/cu.usbserial-0001
monitor_port = /dev/cu.usbserial-0001
monitor_speed = 115200
lib_deps =
knolleary/PubSubClient@^2.8.0
adafruit/RTClib@^1.14.1
256dpi/MQTT@^2.5.0
googlecloudplatform/Google Cloud IoT Core JWT@^1.1.11
bblanchon/ArduinoJson@6.18.5
nrwiersma/ConfigManager@^2.1.1
bbx10/DNSServer@^1.1.0
tobiasschuerg/ESP8266 Influxdb@3.9.0
mobizt/Firebase ESP8266 Client@^3.6.5