Skip to content

Commit 581abb9

Browse files
authored
Merge branch 'master' into fix/ci-boards-listing
2 parents c3a8a18 + 4285912 commit 581abb9

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/scripts/find_new_boards.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ modified_lines=$(echo "$diff" | grep -E '^[+-][^+-]')
2727
echo "Modified lines:"
2828
echo "$modified_lines"
2929

30+
3031
boards_array=()
3132
previous_board=""
3233

@@ -54,6 +55,7 @@ do
5455
echo $board
5556
done
5657

58+
5759
# Create JSON like string with all boards found and pass it to env variable
5860
board_count=${#boards_array[@]}
5961

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ set(ARDUINO_LIBRARY_HTTPUpdate_SRCS libraries/HTTPUpdate/src/HTTPUpdate.cpp)
157157
set(ARDUINO_LIBRARY_Insights_SRCS libraries/Insights/src/Insights.cpp)
158158

159159
set(ARDUINO_LIBRARY_LittleFS_SRCS libraries/LittleFS/src/LittleFS.cpp)
160+
set(ARDUINO_LIBRARY_LittleFS_REQUIRES joltwallet__littlefs)
160161

161162
set(ARDUINO_LIBRARY_NetBIOS_SRCS libraries/NetBIOS/src/NetBIOS.cpp)
162163

0 commit comments

Comments
 (0)