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 @@ -27,6 +27,7 @@ modified_lines=$(echo "$diff" | grep -E '^[+-][^+-]')
2727echo " Modified lines:"
2828echo " $modified_lines "
2929
30+
3031boards_array=()
3132previous_board=" "
3233
5455 echo $board
5556done
5657
58+
5759# Create JSON like string with all boards found and pass it to env variable
5860board_count=${# boards_array[@]}
5961
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