mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-23 14:57:29 +00:00
Use from-RAM DFU image, proper HackRF firmware padding.
This commit is contained in:
@@ -45,7 +45,7 @@ constexpr region_t bootstrap {
|
||||
};
|
||||
|
||||
constexpr region_t hackrf {
|
||||
.offset = 0x10000,
|
||||
.offset = 0x10010, // Image starts at 0x10 into .dfu file.
|
||||
.size = 0x8000,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user