File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ modified_lines=$(echo "$diff" | grep -E '^[+-][^+-]')
3434echo " Modified lines:"
3535echo " $modified_lines "
3636
37+
3738boards_array=()
3839previous_board=" "
3940
6162 echo $board
6263done
6364
65+
6466# Create JSON like string with all boards found and pass it to env variable
6567board_count=${# boards_array[@]}
6668
Original file line number Diff line number Diff line change @@ -157,6 +157,7 @@ set(ARDUINO_LIBRARY_HTTPUpdate_SRCS libraries/HTTPUpdate/src/HTTPUpdate.cpp)
157157set (ARDUINO_LIBRARY_Insights_SRCS libraries/Insights/src/Insights.cpp)
158158
159159set (ARDUINO_LIBRARY_LittleFS_SRCS libraries/LittleFS/src/LittleFS.cpp)
160+ set (ARDUINO_LIBRARY_LittleFS_REQUIRES joltwallet__littlefs)
160161
161162set (ARDUINO_LIBRARY_NetBIOS_SRCS libraries/NetBIOS/src/NetBIOS.cpp)
162163
You can’t perform that action at this time.
0 commit comments