Skip to content

Commit

Permalink
fix - specific firmware update path
Browse files Browse the repository at this point in the history
  • Loading branch information
amandel committed Aug 18, 2024
1 parent 01ec00e commit 23a2de5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/configServer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,6 @@ static const char* const updateSdIndex =
" || asset.name.endsWith(\"firmware-obspro.bin\") "
#endif
" ).forEach(\n"
" release.assets.filter(asset => asset.name.endsWith(\"flash.bin\") asset.name.endsWith(\"firmware.bin\")).forEach(\n"
" asset => {\n"
" if (!url) {\n"
" version = release.name;\n"
Expand Down

0 comments on commit 23a2de5

Please sign in to comment.