* adding ook_file.cpp
* aligned GUI, change low_bit to pause, start to use ook_file API
* bit duration, pause, fields step, indent
* working OOK file loading
* revamped GUI with the decided names and units
* read, start tx, stop tx in ook_file API
* cleanings, using ook_file_data and API to load, save, send, stop tx
* renamed text widget
* moved set target frequency to start_ook_file_tx function
* comments, took out a function to put it in API
* removed non working Tesla OOK files
* changed space to tab
* set author information
* Renamed to OOKEditor
* 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
* fix issue from #1444
* add hash sha512
* check point 1, with useless init pw usage
* gui
* should be works
* fix warning from sah512 lib
* delete diff file for debugging
* 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.