firmware wip - add emoji icon to upload message
This commit is contained in:
parent
6871842220
commit
f67c149306
2 changed files with 2 additions and 2 deletions
|
@ -510,7 +510,7 @@ const char HTMLupdate[] PROGMEM = R"EOF(
|
||||||
<input type='file' accept='.bin,.bin.gz' name='firmware'>
|
<input type='file' accept='.bin,.bin.gz' name='firmware'>
|
||||||
<input type='submit' value='Update Firmware' onclick="document.getElementById('divUploading').style.display = '';">
|
<input type='submit' value='Update Firmware' onclick="document.getElementById('divUploading').style.display = '';">
|
||||||
</form>
|
</form>
|
||||||
<div id='divUploading' style='display: none;' class='warnmsg'>️ Uploading, please wait...<div>
|
<div id='divUploading' style='display: none;' class='warnmsg'>🛜 Uploading, please wait...<div>
|
||||||
)EOF";
|
)EOF";
|
||||||
|
|
||||||
const char HTMLsystemSubNav[] PROGMEM = R"EOF(
|
const char HTMLsystemSubNav[] PROGMEM = R"EOF(
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* CanGrow_Version.h gets generated from cangrow.sh */
|
/* CanGrow_Version.h gets generated from cangrow.sh */
|
||||||
|
|
||||||
const char* CanGrowVer = "0.1-dev";
|
const char* CanGrowVer = "0.1-dev";
|
||||||
const char* CanGrowBuild = "fc00f92";
|
const char* CanGrowBuild = "0123456";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue