Skip to content

Commit aa2f9d9

Browse files
committed
ignore wifi nina fork
1 parent d0758b9 commit aa2f9d9

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

platformio.ini

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,13 @@ platform = https://github.com/pioarduino/platform-espressif32/releases/download/
106106
; platform = https://github.com/pioarduino/platform-espressif32/releases/download/51.03.07/platform-espressif32.zip
107107
; This is needed for occasional new features and bug fixes
108108
; platform = https://github.com/pioarduino/platform-espressif32#develop
109-
lib_ignore = WiFiNINA, WiFi101, OneWire
109+
lib_ignore = WiFiNINA, WiFiNINA_-_Adafruit_Fork, WiFi101, OneWire
110110
monitor_filters = esp32_exception_decoder, time
111111

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

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

138140

139141
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Individual Board Definitions ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

0 commit comments

Comments
 (0)