Ook remote adjustements (#2365)

* moved to ook_remote dir

* moved to new filenames / dir

* adjusted build files to new dir/filenames

* changed name of var / dirname

* deleted wrongly included swap files

* Added 'Set' 'Open File'

* Use language API, make it so TX can be started and also stopped

* added send, recv

* fixed the name which was too long

* renamed some fields, moved the ui, added some text informations, renames some variables

* changed to FrequencyField, allow on change, on edit, commented out button_save for a next pass

* added OOK files examples

* added button_save feature
This commit is contained in:
gullradriel 2024-11-18 14:51:49 +01:00 committed by GitHub
parent 52b2cb241a
commit d31857c21e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 238 additions and 119 deletions

View file

@ -61,7 +61,12 @@ enum LangConsts {
LANG_SAVE,
LANG_LOCK,
LANG_UNLOCK,
LANG_BROWSE
LANG_BROWSE,
LANG_SET,
LANG_OPEN_FILE,
LANG_SAVE_FILE,
LANG_SEND,
LANG_RECV
};
class LanguageHelper {
@ -74,4 +79,4 @@ class LanguageHelper {
static const char* englishMessages[];
};
#endif
#endif