* Add TPMS transmit application with editable fields and update linker script
* Fix formatting in application information structure for TPMS TX
* Implement TPMS recent entry detail view and enhance TPMS TX encoding logic
* Refactor TPMS TX UI layout and streamline packet display updates
* Fix formatting by removing unnecessary blank line in TPMSTXView constructor
* Enhance TPMS transmission logic with signal type handling and update UI components
* Add advanced mode toggle and auto-select signal type based on packet type
* Enhance packet display and encoding logic with protocol-specific notes for temperature and ID handling
* Implement baseband switching logic for TPMS transmission based on signal type
* Implement application-level FSK repeat handling and initialize repeat counter
* Add FSK termination function and improve transmission handling
* Remove unused kill_fsk function and clean up whitespace in TPMS transmission logic
* Add pressure and temperature unit conversion functionality in TPMSTXView
* Add temperature and function field visibility handling in TPMSTXView
* Add signal type handling and improve data loading in TPMSTXView
* Fix formatting of pressure unit string in TPMSRecentEntryDetailView
* Add pressure overflow checks and enhance transponder ID handling in TPMSTXView
* Update application information and change icon color to green in TPMS TX
* Update desired menu position for TPMS TX application
* add macaddress db, add vendor name in bluetooth rx app
* show "missing macaddress.db" instead of unknown if db not found
* bluetooth rx list with colors based on mac vendor
* bug fix
* 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