Skip to content

Commit 5088cb6

Browse files
committed
Add AirLift
1 parent 74e2f53 commit 5088cb6

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

platformio.ini

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,10 @@ lib_deps =
8989
adafruit/Adafruit SSD1306
9090
https://github.com/tyeth/omron-devhub_d6t-arduino.git
9191
https://github.com/pstolarz/OneWireNg.git
92-
https://github.com/milesburton/Arduino-Temperature-Control-Library.git
93-
; UNCOMMENT FOR RP2040/RP2350 BOARDS
94-
; https://github.com/pstolarz/Arduino-Temperature-Control-Library.git
92+
; COMMENT OUT FOR RP2040/RP2350 BOARDS
93+
; https://github.com/milesburton/Arduino-Temperature-Control-Library.git
94+
; AND UNCOMMENT FOR RP2040/RP2350 BOARDS
95+
https://github.com/pstolarz/Arduino-Temperature-Control-Library.git
9596
https://github.com/Sensirion/arduino-sht.git
9697
https://github.com/Sensirion/arduino-i2c-scd4x.git
9798
https://github.com/Sensirion/arduino-i2c-sen5x.git
@@ -659,6 +660,6 @@ board = adafruit_fruitjam
659660
framework = arduino
660661
board_build.core = earlephilhower
661662
board_build.filesystem_size = 0.5m
662-
lib_ignore = WiFiNINA, WiFi101, Adafruit Zero DMA Library
663+
lib_ignore = WiFi, WiFi101, Adafruit Zero DMA Library
663664
lib_compat_mode = soft
664-
build_flags = -DUSE_TINYUSB
665+
build_flags = -DUSE_TINYUSB -DADAFRUIT_FRUITJAM_RP2350

src/network_interfaces/Wippersnapper_AIRLIFT.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* please support Adafruit and open-source hardware by purchasing
1212
* products from Adafruit!
1313
*
14-
* Copyright (c) Brent Rubell 2020-2021 for Adafruit Industries.
14+
* Copyright (c) Brent Rubell 2020-2025 for Adafruit Industries.
1515
*
1616
* MIT license, all text here must be included in any redistribution.
1717
*

0 commit comments

Comments
 (0)