@@ -70,7 +70,7 @@ lib_deps =
70
70
adafruit/Adafruit TouchScreen
71
71
adafruit/Adafruit MQTT Library
72
72
bblanchon/ArduinoJson
73
- https://github.com/tyeth/PaulStoffregen_OneWire .git# add-C6
73
+ https://github.com/pstolarz/OneWireNg .git
74
74
https://github.com/milesburton/Arduino-Temperature-Control-Library.git
75
75
https://github.com/Sensirion/arduino-sht.git
76
76
https://github.com/Sensirion/arduino-i2c-scd4x.git
@@ -82,13 +82,13 @@ lib_deps =
82
82
; Common build environment for ESP32 platform
83
83
[common:esp32]
84
84
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
86
86
monitor_filters = esp32_exception_decoder, time
87
87
88
88
; Common build environment for ESP8266 platform
89
89
[common:esp8266]
90
90
platform = espressif8266
91
- lib_ignore = WiFiNINA, WiFi101, Adafruit TinyUSB Library
91
+ lib_ignore = WiFiNINA, WiFi101, Adafruit TinyUSB Library, OneWire
92
92
93
93
; Common build environment for Atmel/Microchip SAMDx platform
94
94
[common:atsamd]
@@ -98,6 +98,7 @@ platform_packages =
98
98
platformio/tool-jlink@^1.78811.0
99
99
lib_ldf_mode = deep
100
100
lib_archive = no ; debug timer issues see https://community.platformio.org/t/choose-usb-stack-as-tiny-usb/22451/5
101
+ lib_ignore = OneWire
101
102
102
103
[common:rp2040]
103
104
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
@@ -110,7 +111,7 @@ board_build.core = earlephilhower
110
111
board_build.filesystem_size = 0.5m
111
112
build_flags = -DUSE_TINYUSB
112
113
; 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
114
115
lib_compat_mode = soft ; can be strict once pio detects SleepyDog on RP2040
115
116
116
117
0 commit comments