mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-08-16 21:03:24 +00:00
85eaa9d800
* Updated harckrf_gpio methods to more closely reflect hackrf_usb. Added some ui debug updates to RFFC5072 Status View. * Updated tuning tables for tuning.cpp. Remnoved 15MHz lower limit in max2831.cpp since lower bandwidths don't seem to be causing lower band issues. Added more opportunities for clocks to stabalize at startup in board.cpp. Added/amended UI to help with addresssing low band tuning issues. Cleaned up stale comments in radio.cpp. * Ran format-code.sh * Updated to remove commented lines as part of clean up addressing review comments.
10 lines
214 B
C
10 lines
214 B
C
#pragma once
|
|
// DO NOT EDIT: IT IS AUTO GENERATED BY CMAKE!!!!
|
|
|
|
// clang-format off
|
|
//Allowed fw size in MB
|
|
#define FLASH_SIZE_MB 2
|
|
//Current compiled fw size in MB
|
|
#define FLASH_SIZE_LIMIT_MB 1
|
|
// clang-format on
|