Skip to content

Commit

Permalink
πŸ“ docs: Add warning for ESP deep sleep mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Cp0204 committed Jul 13, 2024
1 parent bc765d3 commit 03708cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions installer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@ <h1>CubeFX installer</h1>
const manifest = "https://" + window.location.hostname + `/cubefx/manifest/${filename}.json`;
console.log("Selected manifest:", manifest);
button.manifest = manifest;
if(filename == "esp_deep_sleep") {
alert("WARNING! After flashing, the ESP will go into deep sleep, and you will need to hold the BOOT button while powering it on to connect to the serial port again.");
}
}
</script>

Expand Down

0 comments on commit 03708cb

Please sign in to comment.