Skip to content

Commit c7c441e

Browse files
committed
Temporarily switch OneWire to fork with C6 fix
1 parent 64d73b2 commit c7c441e

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

platformio.ini

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ lib_deps =
7070
adafruit/Adafruit TouchScreen
7171
adafruit/Adafruit MQTT Library
7272
bblanchon/ArduinoJson
73-
https://github.com/PaulStoffregen/OneWire.git
73+
https://github.com/tyeth/PaulStoffregen_OneWire.git#add-C6
7474
https://github.com/milesburton/Arduino-Temperature-Control-Library.git
7575
https://github.com/Sensirion/arduino-sht.git
7676
https://github.com/Sensirion/arduino-i2c-scd4x.git
@@ -150,7 +150,6 @@ build_flags = -DARDUINO_ADAFRUIT_FEATHER_ESP32C6
150150
board_build.filesystem = littlefs
151151
board_build.partitions = min_spiffs.csv
152152

153-
154153
; Espressif ESP32-C6 4MB NO PSRAM esp32-c6-devkitm-1
155154
[env:espressif_esp32-c6-devkitm-1]
156155
extends = common:esp32
@@ -164,16 +163,14 @@ build_flags =
164163
-DESP_LOG_LEVEL=5
165164
-DARDUINO_CORE_DEBUG_LEVEL=5
166165
-DARDUINO_DEBUG_LEVEL=5
167-
; -DARDUINO_DEBUG_OUTPUT=Serial
168-
; -DARDUINO_DEBUG_BAUD=115200
169166
-DARDUINO_LOG_LEVEL=5
170167
-DCORE_DEBUG_LEVEL=5
171168
-DARDUHAL_LOG_LEVEL=5
169+
; -DUSE_TINYUSB=0
170+
; -DARDUINO_DEBUG_OUTPUT=Serial
171+
; -DARDUINO_DEBUG_BAUD=115200
172172
board_build.filesystem = littlefs
173173
board_build.partitions = min_spiffs.csv
174-
extra_scripts = pre:rename_usb_config.py
175-
176-
177174

178175
; Adafruit Feather ESP32-S2
179176
[env:featheresp32s2]

0 commit comments

Comments
 (0)