Skip to content

Commit d2e0d09

Browse files
committed
Ignore OneWire and use OneWireNg
1 parent ea3cc62 commit d2e0d09

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

platformio.ini

Lines changed: 5 additions & 4 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/tyeth/PaulStoffregen_OneWire.git#add-C6
73+
https://github.com/pstolarz/OneWireNg.git
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
@@ -82,13 +82,13 @@ lib_deps =
8282
; Common build environment for ESP32 platform
8383
[common:esp32]
8484
platform = https://github.com/pioarduino/platform-espressif32/releases/download/51.03.03/platform-espressif32.zip
85-
lib_ignore = WiFiNINA, WiFi101
85+
lib_ignore = WiFiNINA, WiFi101, OneWire
8686
monitor_filters = esp32_exception_decoder, time
8787

8888
; Common build environment for ESP8266 platform
8989
[common:esp8266]
9090
platform = espressif8266
91-
lib_ignore = WiFiNINA, WiFi101, Adafruit TinyUSB Library
91+
lib_ignore = WiFiNINA, WiFi101, Adafruit TinyUSB Library, OneWire
9292

9393
; Common build environment for Atmel/Microchip SAMDx platform
9494
[common:atsamd]
@@ -98,6 +98,7 @@ platform_packages =
9898
platformio/tool-jlink@^1.78811.0
9999
lib_ldf_mode = deep
100100
lib_archive = no ; debug timer issues see https://community.platformio.org/t/choose-usb-stack-as-tiny-usb/22451/5
101+
lib_ignore = OneWire
101102

102103
[common:rp2040]
103104
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
@@ -110,7 +111,7 @@ board_build.core = earlephilhower
110111
board_build.filesystem_size = 0.5m
111112
build_flags = -DUSE_TINYUSB
112113
; Once https://github.com/platformio/platformio-core > 6.1.11 these can be removed
113-
lib_ignore = WiFiNINA, WiFi101, Adafruit Zero DMA Library
114+
lib_ignore = WiFiNINA, WiFi101, Adafruit Zero DMA Library, OneWire
114115
lib_compat_mode = soft ; can be strict once pio detects SleepyDog on RP2040
115116

116117

0 commit comments

Comments
 (0)