File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff 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 >
2828const 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} ;
You can’t perform that action at this time.
0 commit comments