Skip to content

Commit

Permalink
Fixed missing console image install on Heltec V3
Browse files Browse the repository at this point in the history
  • Loading branch information
markqvist committed Dec 12, 2024
1 parent 68f07dd commit 163d2ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions RNS/Utilities/rnodeconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2726,6 +2726,7 @@ def get_flasher_call(platform, fw_filename):
"0xe000", UPD_DIR+"/"+selected_version+"/rnode_firmware_heltec32v3.boot_app0",
"0x0", UPD_DIR+"/"+selected_version+"/rnode_firmware_heltec32v3.bootloader",
"0x10000", UPD_DIR+"/"+selected_version+"/rnode_firmware_heltec32v3.bin",
"0x210000",UPD_DIR+"/"+selected_version+"/console_image.bin",
"0x8000", UPD_DIR+"/"+selected_version+"/rnode_firmware_heltec32v3.partitions",
]
elif fw_filename == "rnode_firmware_featheresp32.zip":
Expand Down

0 comments on commit 163d2ed

Please sign in to comment.