-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathplatformio.ini
33 lines (32 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
28
29
30
31
32
33
; 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:adafruit_feather_esp32s3_reversetft]
platform = espressif32
board = adafruit_feather_esp32s3_reversetft
framework = arduino
lib_deps =
adafruit/Adafruit ST7735 and ST7789 Library@^1.10.2
contrem/arduino-timer@^3.0.0
adafruit/Adafruit SHTC3 Library@^1.0.1
adafruit/Adafruit seesaw Library@^1.7.1
knolleary/PubSubClient@^2.8
starmbi/hp_BH1750@^1.0.2
https://github.com/daniloc/arduino-home-assistant.git
bxparks/AceButton@^1.10.1
spacehuhn/SimpleCLI@^1.1.4
crankyoldgit/IRremoteESP8266@^2.8.6
upload_speed = 921600
monitor_filters =
send_on_enter
time
colorize
monitor_echo = true
monitor_eol = LF
#build_flags = -D ARDUINOHA_DEBUG #Uncomment to log MQTT messages