diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 741899f..ba4c505 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,12 +48,16 @@ jobs: - name: Archive Firmware run: | - declare -A current_board=$(basename $(dirname {})) - find .pio/build -name "firmware.bin" -exec sh -c 'cp "{}" "artifacts/firmware_$(basename $(dirname {})).bin"' \; working-directory: ${{ github.workspace }} + - name: Archive OTA ESP32 + run: | + find .pio/build -name "firmware.bin" -exec sh -c 'cp ~/.platformio/packages/framework-arduinoespressif32/tools/partitions/boot_app0.bin "artifacts/0xe000_boot_$(basename $(dirname {})).bin"' \; + + working-directory: ${{ github.workspace }} + - name: Archive Artifacts with Address run: | # Define the mapping of board names to file prefixes diff --git a/CHANGELOG.md b/CHANGELOG.md index e10ae45..1129bf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,6 @@ -# v0.0.14 +# v0.0.15 -- Investigated issue with reboot on ESP8266 -- Add support for disable auto update to WebUI -- Fix WebUI bug for blinking -- Add new build script with address to write the binaries -- Updated readme +- Fix setup.html adding auto update +- Fix configuration dump +- Tweak ESP8266 hash rate print +- Add 0xe000 for esp32 for boot diff --git a/README.md b/README.md index a64a13c..4c8a83a 100644 --- a/README.md +++ b/README.md @@ -57,12 +57,12 @@ _Legend_ | Board | Link | | :------------------------------------------------------- | :----------------------------------------------------------- | -| [ESP8266](https://s.click.aliexpress.com/e/_EuwffHJ) | [0.0.14](https://github.com/matteocrippa/leafminer/releases) | -| [GeekMagic SmartTV]() | [0.0.14](https://github.com/matteocrippa/leafminer/releases) | -| [ESP32](https://s.click.aliexpress.com/e/_Ey6AJnT) | [0.0.14](https://github.com/matteocrippa/leafminer/releases) | -| [ESP32-S2](https://s.click.aliexpress.com/e/_EGJcibR) | [0.0.14](https://github.com/matteocrippa/leafminer/releases) | -| [ESP32-S3](https://s.click.aliexpress.com/e/_EJbAXyl) | [0.0.14](https://github.com/matteocrippa/leafminer/releases) | -| [LILYGO-T-S3](https://s.click.aliexpress.com/e/_ExRWk6H) | [0.0.14](https://github.com/matteocrippa/leafminer/releases) | +| [ESP8266](https://s.click.aliexpress.com/e/_EuwffHJ) | [0.0.15](https://github.com/matteocrippa/leafminer/releases) | +| [GeekMagic SmartTV]() | [0.0.15](https://github.com/matteocrippa/leafminer/releases) | +| [ESP32](https://s.click.aliexpress.com/e/_Ey6AJnT) | [0.0.15](https://github.com/matteocrippa/leafminer/releases) | +| [ESP32-S2](https://s.click.aliexpress.com/e/_EGJcibR) | [0.0.15](https://github.com/matteocrippa/leafminer/releases) | +| [ESP32-S3](https://s.click.aliexpress.com/e/_EJbAXyl) | [0.0.15](https://github.com/matteocrippa/leafminer/releases) | +| [LILYGO-T-S3](https://s.click.aliexpress.com/e/_ExRWk6H) | [0.0.15](https://github.com/matteocrippa/leafminer/releases) | - Browse to [ESPWebtool](https://esp.huhn.me/) using a Chrome based browser and upload the file according to the address in the file name. diff --git a/SECURITY.md b/SECURITY.md index 9ac2f69..292f625 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,7 +4,7 @@ The following versions of LeafMiner are currently supported with security updates: -- 0.0.14 +- 0.0.15 ## Reporting a Vulnerability diff --git a/src/html/setup.h b/src/html/setup.h index 1ada3ef..aee2a00 100644 --- a/src/html/setup.h +++ b/src/html/setup.h @@ -6,6 +6,8 @@ #ifndef HTML_SETUP_H #define HTML_SETUP_H -const char html_setup[] = "