mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-20 21:47:41 +00:00
Started adding AFSK modulator options, cleaning up LCR TX
This commit is contained in:
@@ -63,6 +63,10 @@ struct Color {
|
||||
static constexpr Color red() {
|
||||
return { 255, 0, 0 };
|
||||
}
|
||||
|
||||
static constexpr Color orange() {
|
||||
return { 255, 127, 0 };
|
||||
}
|
||||
|
||||
static constexpr Color yellow() {
|
||||
return { 255, 255, 0 };
|
||||
|
Reference in New Issue
Block a user