mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-08 06:32:35 -04:00
renaming Ook to OOK (#2379)
This commit is contained in:
parent
07cae4a298
commit
fc08d4ead9
3 changed files with 16 additions and 16 deletions
|
@ -24,15 +24,15 @@ namespace ui::external_app::ookbrute {
|
|||
|
||||
#define OOK_SAMPLERATE 2280000U
|
||||
|
||||
class OokBruteView : public View {
|
||||
class OOKBruteView : public View {
|
||||
public:
|
||||
OokBruteView(NavigationView& nav);
|
||||
~OokBruteView();
|
||||
OOKBruteView(NavigationView& nav);
|
||||
~OOKBruteView();
|
||||
|
||||
void focus() override;
|
||||
|
||||
std::string title() const override {
|
||||
return "OokBrute";
|
||||
return "OOKBrute";
|
||||
};
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue