Skip to content

Commit

Permalink
Latest Firmware with Strings.
Browse files Browse the repository at this point in the history
  • Loading branch information
f-hoepfinger-hr-agrartechnik committed Nov 9, 2023
1 parent e0b35b6 commit 02da73e
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions firmware_esp-idf-v5.1F.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
firmware_esp-idf-v5.1FC (Kopie)
Binary file added firmware_esp-idf-v5.1FCS/Application.bin
Binary file not shown.
Binary file added firmware_esp-idf-v5.1FCS/bootloader.bin
Binary file not shown.
Binary file added firmware_esp-idf-v5.1FCS/partition-table.bin
Binary file not shown.
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ <h1>LOGIBUS-ESP32 installer</h1>
<li>
<label><input type="radio" name="type" value="logibus_datapanel_esp32_esp-idf-v5.1FC" /> LOGIBUS-ESP32 datapanel esp-idf-v5.1 with full qualified names</label>
</li>
<li>
<label><input type="radio" name="type" value="logibus_datapanel_esp32_esp-idf-v5.1FCS" /> LOGIBUS-ESP32 datapanel esp-idf-v5.1 with full qualified names as STRING not WSTRING</label>
</li>
</ul>
<p class="button-row" align="center">
<esp-web-install-button class="invisible"></esp-web-install-button>
Expand Down
15 changes: 15 additions & 0 deletions manifest_logibus_datapanel_esp32_esp-idf-v5.1FCS.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "LOGIBUS Datapanel ESP32 esp-idf-v5.1.1 with full qualified names as STRING not WSTRING",
"version": "0.100",
"home_assistant_domain": "slim_player",
"builds": [
{
"chipFamily": "ESP32",
"parts": [
{ "path": "firmware_esp-idf-v5.1FCS/bootloader.bin", "offset": 4096 },
{ "path": "firmware_esp-idf-v5.1FCS/partition-table.bin", "offset": 32768 },
{ "path": "firmware_esp-idf-v5.1FCS/Application.bin", "offset": 65536 }
]
}
]
}

0 comments on commit 02da73e

Please sign in to comment.