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 '^[+-][^+-]')
34
34
echo " Modified lines:"
35
35
echo " $modified_lines "
36
36
37
+
37
38
boards_array=()
38
39
previous_board=" "
39
40
61
62
echo $board
62
63
done
63
64
65
+
64
66
# Create JSON like string with all boards found and pass it to env variable
65
67
board_count=${# boards_array[@]}
66
68
Original file line number Diff line number Diff line change @@ -157,6 +157,7 @@ set(ARDUINO_LIBRARY_HTTPUpdate_SRCS libraries/HTTPUpdate/src/HTTPUpdate.cpp)
157
157
set (ARDUINO_LIBRARY_Insights_SRCS libraries/Insights/src/Insights.cpp )
158
158
159
159
set (ARDUINO_LIBRARY_LittleFS_SRCS libraries/LittleFS/src/LittleFS.cpp )
160
+ set (ARDUINO_LIBRARY_LittleFS_REQUIRES joltwallet__littlefs )
160
161
161
162
set (ARDUINO_LIBRARY_NetBIOS_SRCS libraries/NetBIOS/src/NetBIOS.cpp )
162
163
You can’t perform that action at this time.
0 commit comments