* 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
* copy paste from afsk
* add generate thing
* todo: remove uneeded code
* todo: remove uneeded code
* todo: asycnmsg detect indicate, check way to not use global password
* removed audio
* add log warn modal
* small tune
* remove drunk code
* password var global
* seed as text instead of console
* remove console
* should be almost done
* naming fix
* bitmap now moved to seperate folder, that header i deleted isn't related to firmware
* get cmake format back
* get cmake format back - try2
* try to revert cmake file
* get cmake format back - try3
* get cmake format back - try4
* move to util
* disable amp when launch
* refactor name
* cmake fix
* try to revert cmake file
* init in methods local var
* user another methods to generate
* change pause to flood
* fix log
* fine tune
* clang format
* fix name
This pull requests adds a new type of external app to the firmware: The standalone app.
Pros:
Will work after an upgrade.
Size of image is only limited by shared heap size of M0 (application) (64kb total).
Cons:
No full access to all functions in the main firmware. One well defined (and versioned) API handles all communication.
The Pacman app was converted to be the first the the new kind.