Skip to content

Commit

Permalink
Add support for ArduinoIDE 2.0.0 (#6506)
Browse files Browse the repository at this point in the history
OTA is not yet working properly on the new IDE. Info: arduino/arduino-ide#740 (comment)
  • Loading branch information
me-no-dev authored Apr 4, 2022
1 parent f1acc43 commit d4e2029
Show file tree
Hide file tree
Showing 4 changed files with 894 additions and 10 deletions.
4 changes: 4 additions & 0 deletions .github/scripts/update-version.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#!/bin/bash

# For reference: add tools for all boards by replacing one line in each board
# "[board].upload.tool=esptool_py" to "[board].upload.tool=esptool_py\n[board].upload.tool.default=esptool_py\n[board].upload.tool.network=esp_ota"
#cat boards.txt | sed "s/\([a-zA-Z0-9_\-]*\)\.upload\.tool\=esptool_py/\1\.upload\.tool\=esptool_py\\n\1\.upload\.tool\.default\=esptool_py\\n\1\.upload\.tool\.network\=esp_ota/"

if [ ! $# -eq 3 ]; then
echo "Bad number of arguments: $#" >&2
echo "usage: $0 <major> <minor> <patch>" >&2
Expand Down
Loading

0 comments on commit d4e2029

Please sign in to comment.