Skip to content

Commit

Permalink
Fix display of the 'Note:' that tells you important info
Browse files Browse the repository at this point in the history
  • Loading branch information
gfwilliams committed Sep 8, 2023
1 parent ed9a4da commit 8e502b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/core/settingsFlasher.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
padding: true,
contents: `<p>This option will update your Espruino WiFi's ESP8266 WiFi
module to the latest version (${BIN}). This will take several minutes, and should not be stopped
halfway. <b>Espruino WiFi should not be in bootloader mode when you connect.</b></p>${options.note?``:`<p>${options.note}</p>`}`,
halfway. <b>Espruino WiFi should not be in bootloader mode when you connect.</b></p>${options.note?`<p><b>NOTE: ${options.note}</b></p>`:``}`,
position: "auto",
buttons : [{ name:"Next", callback : function() {
popup.close();
Expand Down

0 comments on commit 8e502b2

Please sign in to comment.