File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff 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
659660framework = arduino
660661board_build.core = earlephilhower
661662board_build.filesystem_size = 0.5m
662- lib_ignore = WiFiNINA , WiFi101, Adafruit Zero DMA Library
663+ lib_ignore = WiFi , WiFi101, Adafruit Zero DMA Library
663664lib_compat_mode = soft
664- build_flags = -DUSE_TINYUSB
665+ build_flags = -DUSE_TINYUSB -DADAFRUIT_FRUITJAM_RP2350
Original file line number Diff line number Diff line change 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 *
You can’t perform that action at this time.
0 commit comments