mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-14 09:25:30 -04:00
Fixed mic tx not working the first time it was entered
Fixed SD card FAT wipe (buffer size too big) Cleared some warnings from ADSB rx Updated binary
This commit is contained in:
parent
441a266dc4
commit
57c759627d
17 changed files with 75 additions and 76 deletions
|
@ -70,14 +70,14 @@ struct Color {
|
|||
return { 255, 0, 0 };
|
||||
}
|
||||
static constexpr Color dark_red() {
|
||||
return { 191, 0, 0 };
|
||||
return { 159, 0, 0 };
|
||||
}
|
||||
|
||||
static constexpr Color orange() {
|
||||
return { 255, 175, 0 };
|
||||
}
|
||||
static constexpr Color dark_orange() {
|
||||
return { 191, 88, 0 };
|
||||
return { 191, 95, 0 };
|
||||
}
|
||||
|
||||
static constexpr Color yellow() {
|
||||
|
@ -91,7 +91,7 @@ struct Color {
|
|||
return { 0, 255, 0 };
|
||||
}
|
||||
static constexpr Color dark_green() {
|
||||
return { 0, 191, 0 };
|
||||
return { 0, 159, 0 };
|
||||
}
|
||||
|
||||
static constexpr Color blue() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue