Fix #494 - Change App Titles

I choose what I think are the best Titles based on existing titles/class names and so on. There were also inconsistencies between TX and Transmit and RX and receive. I renamed them to shorter version TX and RX also added it as suffix where possible to make it clearer in what mode you are in. If you have any other title suggestions or changes please use Add comment on Files Changed Screen so I can change it.
This commit is contained in:
Žiga Deisinger 2022-04-26 23:09:24 +02:00
parent a91bbe6a2e
commit ee9b4c89bd
28 changed files with 43 additions and 35 deletions

View file

@ -103,7 +103,7 @@ public:
void focus() override;
std::string title() const override { return "TPMS"; };
std::string title() const override { return "TPMS Cars RX"; };
private:
static constexpr uint32_t initial_target_frequency = 315000000;