Skip to content

Commit

Permalink
Update manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrat authored Feb 27, 2024
1 parent a0fe77f commit a4e5194
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
{
"chipFamily": "ESP8266",
"parts": [
{ "path": "https://julienrat.github.io/petitbot/code_arduino/binaires/petitbot_v3/petitbot_v3.ino.d1_mini.bin", "offset": 0 }
{ "path": "https://julienrat.github.io/petitbot/code_arduino/binaires/petitbot_v3/petitbot_v3.ino.d1_mini.bin", "offset": 0 },
{ "path": "https://julienrat.github.io/petitbot/code_arduino/binaires/petitbot_v3/petitbot_v3.spiffs.bin", "offset": 10000 }

]
}
]
Expand Down

0 comments on commit a4e5194

Please sign in to comment.