diff --git a/flash_tool/ESP32_WebFlasher_Windows.spec b/flash_tool/ESP32_WebFlasher_Windows.spec index 00ce816..8a5a28a 100644 --- a/flash_tool/ESP32_WebFlasher_Windows.spec +++ b/flash_tool/ESP32_WebFlasher_Windows.spec @@ -9,6 +9,7 @@ a = Analysis( binaries=[], datas=[ ('templates', 'templates'), + ('static', 'static'), ], hiddenimports=[ 'serial.tools.list_ports', diff --git a/flash_tool/ESP32_WebFlasher_macOS.spec b/flash_tool/ESP32_WebFlasher_macOS.spec index 77a43ee..a425c88 100644 --- a/flash_tool/ESP32_WebFlasher_macOS.spec +++ b/flash_tool/ESP32_WebFlasher_macOS.spec @@ -9,6 +9,7 @@ a = Analysis( binaries=[], datas=[ ('templates', 'templates'), + ('static', 'static'), ], hiddenimports=[ 'serial.tools.list_ports', diff --git a/flash_tool/SoundShot.png b/flash_tool/SoundShot.png new file mode 100644 index 0000000..bfbca74 Binary files /dev/null and b/flash_tool/SoundShot.png differ diff --git a/flash_tool/static/SoundShot.png b/flash_tool/static/SoundShot.png new file mode 100644 index 0000000..bfbca74 Binary files /dev/null and b/flash_tool/static/SoundShot.png differ diff --git a/flash_tool/templates/index.html b/flash_tool/templates/index.html index e5a617b..d5c43b1 100644 --- a/flash_tool/templates/index.html +++ b/flash_tool/templates/index.html @@ -3,7 +3,7 @@ - ESP32 Firmware Flasher + SoundShot Firmware Flasher