File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff 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 >
2829const 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
4050const boardSelect = document . getElementById ( "board" ) ;
You can’t perform that action at this time.
0 commit comments