@@ -90,9 +90,9 @@ lib_deps =
9090 https://github.com/tyeth/omron-devhub_d6t-arduino.git
9191 https://github.com/pstolarz/OneWireNg.git
9292 ; COMMENT OUT FOR RP2040/RP2350 BOARDS
93- ; https://github.com/milesburton/Arduino-Temperature-Control-Library.git
93+ https://github.com/milesburton/Arduino-Temperature-Control-Library.git
9494 ; AND UNCOMMENT FOR RP2040/RP2350 BOARDS
95- https://github.com/pstolarz/Arduino-Temperature-Control-Library.git
95+ ; https://github.com/pstolarz/Arduino-Temperature-Control-Library.git
9696 https://github.com/Sensirion/arduino-sht.git
9797 https://github.com/Sensirion/arduino-i2c-scd4x.git
9898 https://github.com/Sensirion/arduino-i2c-sen5x.git
@@ -135,6 +135,7 @@ platform = https://github.com/maxgerhardt/platform-raspberrypi.git#develop
135135platform_packages = framework-arduinopico@https://github.com/earlephilhower/arduino-pico.git
136136framework = arduino
137137board_build.core = earlephilhower
138+ board_build.filesystem_size = 0.5m
138139lib_ignore = WiFiNINA, WiFi101, Adafruit Zero DMA Library, OneWire
139140lib_compat_mode = soft ; can be stricter once pio detects SleepyDog on RP2040
140141
@@ -654,12 +655,6 @@ build_flags =
654655 ; -DPIO_FRAMEWORK_ARDUINO_ENABLE_IPV6
655656
656657[env:adafruit_fruitjam]
657- platform = https://github.com/maxgerhardt/platform-raspberrypi.git# develop
658- platform_packages = framework-arduinopico@https://github.com/earlephilhower/arduino-pico.git
659658board = adafruit_fruitjam
660- framework = arduino
661- board_build.core = earlephilhower
662- board_build.filesystem_size = 0.5m
663659lib_ignore = WiFi, WiFi101, Adafruit Zero DMA Library
664- lib_compat_mode = soft
665660build_flags = -DUSE_TINYUSB -DADAFRUIT_FRUITJAM_RP2350
0 commit comments