mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-14 02:07:55 +00:00
Jammer UI
Drew jammer UI Added presets for French GSM operators and a few other funny frequencies Added minimalist jamming baseband code
This commit is contained in:
@@ -83,6 +83,10 @@ struct Color {
|
||||
static constexpr Color white() {
|
||||
return { 255, 255, 255 };
|
||||
}
|
||||
|
||||
static constexpr Color grey() {
|
||||
return { 127, 127, 127 };
|
||||
}
|
||||
};
|
||||
#if 0
|
||||
enum class CardinalDirection : uint8_t {
|
||||
|
Reference in New Issue
Block a user