mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-22 06:59:50 +00:00
Numbers station works, very basic
Added utilities, whip antenna length calculator Modal errors/abort
This commit is contained in:
@@ -110,12 +110,12 @@ constexpr region_t bootstrap {
|
||||
|
||||
constexpr region_t images {
|
||||
.offset = 0x10000,
|
||||
.size = 0x40000,
|
||||
.size = 0x70000,
|
||||
};
|
||||
|
||||
constexpr region_t application {
|
||||
.offset = 0x80000,
|
||||
.size = 0x40000,
|
||||
.size = 0x50000,
|
||||
};
|
||||
|
||||
} /* namespace spi_flash */
|
||||
|
Reference in New Issue
Block a user