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 =
89
89
adafruit/Adafruit SSD1306
90
90
https://github.com/tyeth/omron-devhub_d6t-arduino.git
91
91
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
95
96
https://github.com/Sensirion/arduino-sht.git
96
97
https://github.com/Sensirion/arduino-i2c-scd4x.git
97
98
https://github.com/Sensirion/arduino-i2c-sen5x.git
@@ -659,6 +660,6 @@ board = adafruit_fruitjam
659
660
framework = arduino
660
661
board_build.core = earlephilhower
661
662
board_build.filesystem_size = 0.5m
662
- lib_ignore = WiFiNINA , WiFi101, Adafruit Zero DMA Library
663
+ lib_ignore = WiFi , WiFi101, Adafruit Zero DMA Library
663
664
lib_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 11
11
* please support Adafruit and open-source hardware by purchasing
12
12
* products from Adafruit!
13
13
*
14
- * Copyright (c) Brent Rubell 2020-2021 for Adafruit Industries.
14
+ * Copyright (c) Brent Rubell 2020-2025 for Adafruit Industries.
15
15
*
16
16
* MIT license, all text here must be included in any redistribution.
17
17
*
You can’t perform that action at this time.
0 commit comments