-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplatformio.ini
More file actions
19 lines (19 loc) · 802 Bytes
/
Copy pathplatformio.ini
File metadata and controls
19 lines (19 loc) · 802 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[env:feather_v2]
; Pinned: platform 55.x / Arduino core 3.3.x has a broken repeated-start read
; in its rewritten I2C driver (i2cWriteReadNonStop ESP_ERR_INVALID_STATE),
; which kills VEML7700 lux reads. Core 2.0.17 I2C is solid.
platform = espressif32 @ 6.12.0
board = adafruit_feather_esp32_v2
framework = arduino
monitor_speed = 115200
; Exact pins: this is a deployed appliance — repeatable builds beat freshness.
; Revisit only with a reason (bug fix, new feature need), reverify on
; hardware, then re-pin.
lib_deps =
adafruit/Adafruit LED Backpack Library@1.5.1
adafruit/Adafruit GFX Library@1.12.6
adafruit/Adafruit BusIO@1.17.4
adafruit/RTClib@2.1.4
adafruit/Adafruit SSD1306@2.5.17
ayushsharma82/ElegantOTA@3.1.7
dawidchyrzynski/home-assistant-integration@2.1.0