ESP32/components/gps_sync
Robert McMahon d4cd861b80 Add error handling for UART and GPIO configurations in gps_sync_init
- Implemented error checks for uart_driver_install, uart_set_pin, gpio_config, gpio_install_isr_service, and gpio_isr_handler_add to ensure robust initialization of GPS synchronization components.
- Enhanced logging to provide detailed error messages for easier debugging.
2025-12-27 17:07:45 -08:00
..
CMakeLists.txt gps timestamps and gps sync works on C5 2025-12-06 13:18:46 -08:00
gps_sync.c Add error handling for UART and GPIO configurations in gps_sync_init 2025-12-27 17:07:45 -08:00
gps_sync.h more on gps time 2025-12-22 13:06:05 -08:00