Skip to content

Commit

Permalink
Temp sensor libs disabled.
Browse files Browse the repository at this point in the history
  • Loading branch information
aly-fly committed Aug 30, 2024
1 parent 14f935c commit a115154
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions EleksTubeHAX_pio/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,22 @@ board_build.partitions = partition_noOta_1Mapp_3Mspiffs.csv
upload_speed = 921600
monitor_speed = 115200
lib_deps =
arduino-libraries/NTPClient
adafruit/Adafruit NeoPixel
paulstoffregen/Time
paulstoffregen/DS1307RTC
bodmer/TFT_eSPI
knolleary/PubSubClient
bblanchon/ArduinoJson
milesburton/DallasTemperature
Wire
SPI
FS
SPIFFS
OneWire
sparkfun/SparkFun APDS9960 RGB and Gesture Sensor
makuna/RTC

; These libraries and source files are causing boot-loop-crash. Do not use. TO-DO: replace with different libraries and source files.
;milesburton/DallasTemperature
;OneWire

; === Tested and working with following versions. If you have issues, revert to libraries listed below. ===
; arduino-libraries/NTPClient@^3.2.1
Expand Down

0 comments on commit a115154

Please sign in to comment.