mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-20 21:04:24 -04:00
Remove SDCardStatusMessage, replace with Signal, extract to separate files.
This commit is contained in:
parent
600295f0db
commit
c70d95dcbe
7 changed files with 105 additions and 72 deletions
|
@ -475,7 +475,9 @@ private:
|
|||
|
||||
void on_packet_ais(const AISPacketMessage& message);
|
||||
void on_packet_tpms(const TPMSPacketMessage& message);
|
||||
void on_sd_card_status(const SDCardStatusMessage& message);
|
||||
void on_sd_card_status(const sd_card::Status status);
|
||||
|
||||
SignalToken sd_card_status_signal_token;
|
||||
};
|
||||
|
||||
} /* namespace ui */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue