forked from kike-canaries/canairio_firmware
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplatformio.ini
35 lines (32 loc) · 943 Bytes
/
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
; 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:ttgo-t-beam]
platform = espressif32
board = ttgo-t-beam ;lolin32
framework = arduino
upload_speed = 115200
monitor_speed = 115200
build_flags =
-D SRC_REV=321
# Uncomment your board
# -D WEMOSOLED=1
-D D1MINI=1
# -D HELTEC=1
# Uncomment on Unix
# src_build_flags = !echo "-DSRC_REV="$(git rev-list --all --count HEAD)
lib_deps =
U8g2
Adafruit Unified Sensor
Adafruit AM2320 sensor library
ArduinoJson
https://github.com/hpsaturn/Influx-Arduino.git
PMS Library
# Repartition esp32 for more space (wifi/bt)
board_build.partitions = no_ota.csv