add LilyGO LoRa32 v2.0
This commit is contained in:
25
index.html
25
index.html
@@ -377,6 +377,31 @@
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "LilyGO LoRa32 v2.0",
|
||||||
|
id: ROM.PRODUCT_T32_20,
|
||||||
|
platform: ROM.PLATFORM_ESP32,
|
||||||
|
models: [
|
||||||
|
{
|
||||||
|
id: ROM.MODEL_B3,
|
||||||
|
name: "433 MHz",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: ROM.MODEL_B8,
|
||||||
|
name: "868 MHz / 915 MHz / 923 MHz",
|
||||||
|
},
|
||||||
|
],
|
||||||
|
flash_config: {
|
||||||
|
flash_size: "4MB",
|
||||||
|
flash_files: {
|
||||||
|
"0xe000": "rnode_firmware_lora32v20.boot_app0",
|
||||||
|
"0x1000": "rnode_firmware_lora32v20.bootloader",
|
||||||
|
"0x10000": "rnode_firmware_lora32v20.bin",
|
||||||
|
"0x210000": "console_image.bin",
|
||||||
|
"0x8000": "rnode_firmware_lora32v20.partitions",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
],
|
],
|
||||||
|
|
||||||
// Liam's default config for New Zealand / LongFast on Slot 10
|
// Liam's default config for New Zealand / LongFast on Slot 10
|
||||||
|
|||||||
Reference in New Issue
Block a user