Skip to content

Commit 1ec2205

Browse files
authored
Update index.html
1 parent 5aacd10 commit 1ec2205

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

docs/index.html

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

1919
<select id="board">
20-
<option value="devkit">LoRa_APRS_ESP32-PoE_E22</option>
20+
<option value="aprs-e22">LoRa_APRS_ESP32-PoE_E22</option>
21+
<option value="aprs-ra02">LoRa_APRS_ESP32-PoE_RA02</option>
2122
</select>
2223

2324
<br><br>
@@ -26,7 +27,7 @@ <h2>Wybierz płytkę:</h2>
2627

2728
<script>
2829
const configs = {
29-
devkit: {
30+
aprs-e22: {
3031
name: "LoRa_APRS_ESP32-PoE_E22",
3132
normal: [
3233
{ url: "https://raw.githubusercontent.com/damso/LoRa/main/LoRa_APRS_ESP32-PoE_E22/firmware/latest/firmware.bin", offset: 0x10000 }
@@ -35,6 +36,15 @@ <h2>Wybierz płytkę:</h2>
3536
{ url: "https://raw.githubusercontent.com/damso/LoRa/main/LoRa_APRS_ESP32-PoE_E22/firmware/latest/E22-merged-esp32-poe.bin", offset: 0x0 }
3637
]
3738
}
39+
aprs-ra02: {
40+
name: "LoRa_APRS_ESP32-PoE_RA02",
41+
normal: [
42+
{ url: "https://raw.githubusercontent.com/damso/LoRa/main/LoRa_APRS_ESP32-PoE_RA02/firmware/latest/firmware.bin", offset: 0x10000 }
43+
],
44+
merged: [
45+
{ url: "https://raw.githubusercontent.com/damso/LoRa/main/LoRa_APRS_ESP32-PoE_RA02/firmware/latest/RA02-merged-esp32-poe.bin", offset: 0x0 }
46+
]
47+
}
3848
};
3949

4050
const boardSelect = document.getElementById("board");

0 commit comments

Comments
 (0)