Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
Added ESPLink binaries
  • Loading branch information
aceindy authored Feb 8, 2024
1 parent ec0fba2 commit 3fc18b8
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions espwebtools/esplink/blank.bin
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������
Binary file added espwebtools/esplink/boot_v1.7.bin
Binary file not shown.
Binary file added espwebtools/esplink/esp_init_data_default.bin
Binary file not shown.
15 changes: 15 additions & 0 deletions espwebtools/esplink/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "esp-link",
"version": "3.2.47",
"new_install_prompt_erase": false,
"builds": [
{
"chipFamily": "ESP8266",
"parts": [
{ "path": "boot_v1.7.bin", "offset": 0 },
{ "path": "user1.bin", "offset": 4096 },
{ "path": "esp_init_data_default.bin", "offset": 4177920 },
{ "path": "blank.bin", "offset": 4186112 } ]
}
]
}
Binary file added espwebtools/esplink/user1.bin
Binary file not shown.

0 comments on commit 3fc18b8

Please sign in to comment.