@@ -90,9 +90,9 @@ lib_deps =
90
90
https://github.com/tyeth/omron-devhub_d6t-arduino.git
91
91
https://github.com/pstolarz/OneWireNg.git
92
92
; 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
94
94
; 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
96
96
https://github.com/Sensirion/arduino-sht.git
97
97
https://github.com/Sensirion/arduino-i2c-scd4x.git
98
98
https://github.com/Sensirion/arduino-i2c-sen5x.git
@@ -135,6 +135,7 @@ platform = https://github.com/maxgerhardt/platform-raspberrypi.git#develop
135
135
platform_packages = framework-arduinopico@https://github.com/earlephilhower/arduino-pico.git
136
136
framework = arduino
137
137
board_build.core = earlephilhower
138
+ board_build.filesystem_size = 0.5m
138
139
lib_ignore = WiFiNINA, WiFi101, Adafruit Zero DMA Library, OneWire
139
140
lib_compat_mode = soft ; can be stricter once pio detects SleepyDog on RP2040
140
141
@@ -654,12 +655,6 @@ build_flags =
654
655
; -DPIO_FRAMEWORK_ARDUINO_ENABLE_IPV6
655
656
656
657
[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
659
658
board = adafruit_fruitjam
660
- framework = arduino
661
- board_build.core = earlephilhower
662
- board_build.filesystem_size = 0.5m
663
659
lib_ignore = WiFi, WiFi101, Adafruit Zero DMA Library
664
- lib_compat_mode = soft
665
660
build_flags = -DUSE_TINYUSB -DADAFRUIT_FRUITJAM_RP2350
0 commit comments