Skip to content

Commit

Permalink
Fix ulp2berry.js for new ESP-IDF
Browse files Browse the repository at this point in the history
  • Loading branch information
Staars authored Nov 19, 2024
1 parent 7b3abbb commit d1e3854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/extra_javascript/ulp2berry.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function parseBinSFile(){
}
}
}
if(line.startsWith(".word")){
if(line.startsWith(".word") || line.startsWith(".long")){
words = parseInt((line.split(" ")[1]))
}
}
Expand Down

0 comments on commit d1e3854

Please sign in to comment.