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 '^[+-][^+-]')
27
27
echo " Modified lines:"
28
28
echo " $modified_lines "
29
29
30
+
30
31
boards_array=()
31
32
previous_board=" "
32
33
54
55
echo $board
55
56
done
56
57
58
+
57
59
# Create JSON like string with all boards found and pass it to env variable
58
60
board_count=${# boards_array[@]}
59
61
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