mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-18 13:38:15 +03:00
ota_page: Add missing quotation mark (#1977)
This commit is contained in:
@@ -118,7 +118,7 @@
|
|||||||
* - *.bin
|
* - *.bin
|
||||||
* - *.zip */
|
* - *.zip */
|
||||||
else if (filename.endsWith(".zip") || filename.endsWith(".bin")) { // Warning but still accepted
|
else if (filename.endsWith(".zip") || filename.endsWith(".bin")) { // Warning but still accepted
|
||||||
firework.launch('The filename does not match the suggested filename pattern, but is nevertheless accepted. You can now press "Upload and install', 'warning', 10000);
|
firework.launch('The filename does not match the suggested filename pattern, but is nevertheless accepted. You can now press "Upload and install".', 'warning', 10000);
|
||||||
}
|
}
|
||||||
/* Any other file name format is not accepted */
|
/* Any other file name format is not accepted */
|
||||||
else { // invalid
|
else { // invalid
|
||||||
|
|||||||
Reference in New Issue
Block a user