Skip to content

Commit 51a2a1e

Browse files
authored
Update index.html
1 parent 8f511d6 commit 51a2a1e

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

docs/index.html

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h2>Wybierz płytkę:</h2>
1717
<br><br>
1818

1919
<select id="board">
20-
<option value="devkit">ESP32 DevKit</option>
20+
<option value="devkit">LoRa_APRS_ESP32-PoE_E22</option>
2121
</select>
2222

2323
<br><br>
@@ -27,15 +27,12 @@ <h2>Wybierz płytkę:</h2>
2727
<script>
2828
const configs = {
2929
devkit: {
30-
name: "ESP32 DevKit",
30+
name: "LoRa_APRS_ESP32-PoE_E22",
3131
normal: [
32-
{ url: "firmware/bootloader.bin", offset: 0x1000 },
33-
{ url: "firmware/partitions.bin", offset: 0x8000 },
34-
{ url: "firmware/firmware.bin", offset: 0x10000 },
35-
{ url: "firmware/spiffs.bin", offset: 0x3D0000 }
32+
{ url: "https://raw.githubusercontent.com/damso/LoRa/main/LoRa_APRS_ESP32-PoE_E22/firmware/latest/firmware.bin", offset: 0x10000 }
3633
],
3734
merged: [
38-
{ url: "firmware/merged.bin", offset: 0x0 }
35+
{ url: "https://raw.githubusercontent.com/damso/LoRa/main/LoRa_APRS_ESP32-PoE_E22/firmware/latest/E22-merged-esp32-poe.bin", offset: 0x0 }
3936
]
4037
}
4138
};

0 commit comments

Comments
 (0)