Skip to content

Commit 3e921e7

Browse files
committed
ignore wifi nina fork
1 parent 8813764 commit 3e921e7

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

platformio.ini

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,13 +104,13 @@ lib_deps =
104104
platform = https://github.com/pioarduino/platform-espressif32/releases/download/55.03.30-alpha1/platform-espressif32.zip
105105
; This is needed for occasional new features and bug fixes
106106
; platform = https://github.com/pioarduino/platform-espressif32#develop
107-
lib_ignore = WiFiNINA, WiFi101, OneWire
107+
lib_ignore = WiFiNINA, WiFiNINA_-_Adafruit_Fork, WiFi101, OneWire
108108
monitor_filters = esp32_exception_decoder, time
109109

110110
; Common build environment for ESP8266 platform
111111
[common:esp8266]
112112
platform = espressif8266
113-
lib_ignore = WiFiNINA, WiFi101, Adafruit TinyUSB Library, OneWire
113+
lib_ignore = WiFiNINA, WiFiNINA_-_Adafruit_Fork, WiFi101, Adafruit TinyUSB Library, OneWire
114114

115115
; Common build environment for Atmel/Microchip SAMDx platform
116116
[common:atsamd]
@@ -130,8 +130,10 @@ platform_packages = framework-arduinopico@https://github.com/earlephilhower/ardu
130130
framework = arduino
131131
board_build.core = earlephilhower
132132
board_build.filesystem_size = 0.5m
133-
lib_ignore = WiFiNINA, WiFi101, Adafruit Zero DMA Library, OneWire
134-
lib_compat_mode = soft ; can be stricter once pio detects SleepyDog on RP2040
133+
build_flags = -DUSE_TINYUSB
134+
; Once https://github.com/platformio/platformio-core > 6.1.11 these can be removed
135+
lib_ignore = WiFiNINA, WiFiNINA_-_Adafruit_Fork, WiFi101, Adafruit Zero DMA Library, OneWire
136+
lib_compat_mode = soft ; can be strict once pio detects SleepyDog on RP2040
135137

136138

137139
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Individual Board Definitions ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

0 commit comments

Comments
 (0)