mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-23 05:24:46 -07:00
don't use much bits for 8bit values [ci skip]
This commit is contained in:
@@ -26,7 +26,7 @@ typedef struct {
|
||||
bool delete_old_signals;
|
||||
float hopping_threshold;
|
||||
bool leds_and_amp;
|
||||
uint32_t tx_power;
|
||||
uint8_t tx_power;
|
||||
} SubGhzLastSettings;
|
||||
|
||||
SubGhzLastSettings* subghz_last_settings_alloc(void);
|
||||
|
||||
Reference in New Issue
Block a user