You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor and clean up code across multiple modules
- Removed unused function declarations and variables in http_server, bt_gatts, bt_spam, buzzer, id_open, id_open_esp32, odrone_id, spoofer, flash_fs, ieee_sniffer, ledc_controller, nmea_parser, sd_card, thread_broadcast, uart_sender, zigbee_light, and various command modules.
- Updated logging macros to use consistent naming conventions in bt_gatts.
- Fixed type casting issues for string parameters in various modules to ensure proper handling of character pointers.
- Improved memory management by ensuring proper allocation and deallocation of dynamic memory in menus_module and gps modules.
- Enhanced readability by adding const qualifiers where appropriate and removing redundant code.
- Adjusted function signatures to include unused attribute where necessary to suppress compiler warnings.
0 commit comments