rjmcmahon
  • Joined on 2025-12-16
rjmcmahon pushed to master at Umber/ESP32 2025-12-31 16:17:52 +00:00
4ff7ed53b1 update README
rjmcmahon pushed to feature/generic-shell at Umber/ESP32 2025-12-31 16:17:13 +00:00
fdc39bbd2a update README
rjmcmahon pushed to master at Umber/ESP32 2025-12-29 02:05:28 +00:00
0e514cbbda Fix documentation links: convert inline doc references to proper markdown links
rjmcmahon pushed to feature/generic-shell at Umber/ESP32 2025-12-29 02:04:47 +00:00
21439cab8d Fix documentation links: convert inline doc references to proper markdown links
rjmcmahon pushed to master at Umber/ESP32 2025-12-29 02:01:33 +00:00
2118556fbd Add note that get_idf must be run before all idf.py commands
e0c9dc5f2a Add ESP-IDF v6 setup instructions with get_idf() function
Compare 2 commits »
rjmcmahon pushed to feature/generic-shell at Umber/ESP32 2025-12-29 02:01:08 +00:00
a34cafc034 Add note that get_idf must be run before all idf.py commands
78a98d8ca6 Add ESP-IDF v6 setup instructions with get_idf() function
Compare 2 commits »
rjmcmahon pushed to master at Umber/ESP32 2025-12-29 01:56:55 +00:00
2275dced88 Add USB port mapping instructions to README.md
bed4c3f5f5 Fix README: use --start-ip instead of --target-ip in deployment example
Compare 2 commits »
rjmcmahon pushed to feature/generic-shell at Umber/ESP32 2025-12-29 01:53:30 +00:00
886cbf291a Add USB port mapping instructions to README.md
rjmcmahon pushed to feature/generic-shell at Umber/ESP32 2025-12-29 01:49:51 +00:00
404b7e3ad7 Update README.md to correct deployment script parameter from --target-ip to --start-ip
rjmcmahon pushed to feature/generic-shell at Umber/ESP32 2025-12-28 03:49:48 +00:00
1a6ab77b20 Move README.md to root and update with comprehensive project documentation
c58e70a658 Fix strncpy warnings and remove duplicate license headers
Compare 2 commits »
rjmcmahon pushed to master at Umber/ESP32 2025-12-28 03:49:15 +00:00
78bc0effc4 Move README.md to root and update with comprehensive project documentation
rjmcmahon pushed to master at Umber/ESP32 2025-12-28 03:39:23 +00:00
c58e70a658 Fix strncpy warnings and remove duplicate license headers
a303b7171a Enhance error handling and logging in WiFi connection process
1eddb8e84f Refactor file headers and clean up comments in multiple source files
56ea987f75 Improve WiFi configuration handling by ensuring proper string termination
128596bd67 Clean up repository and improve console initialization
Compare 30 commits »
rjmcmahon pushed to feature/generic-shell at Umber/ESP32 2025-12-28 03:35:54 +00:00
a303b7171a Enhance error handling and logging in WiFi connection process
1eddb8e84f Refactor file headers and clean up comments in multiple source files
56ea987f75 Improve WiFi configuration handling by ensuring proper string termination
128596bd67 Clean up repository and improve console initialization
d4cd861b80 Add error handling for UART and GPIO configurations in gps_sync_init
Compare 6 commits »
rjmcmahon pushed to feature/generic-shell at Umber/ESP32 2025-12-23 00:57:58 +00:00
4ed4391068 final fixes for commands
2590a96b15 fix led so it works now
98b013569d some led work
64446be628 more cmd stuff
b769dbc356 more on gps time
Compare 6 commits »
rjmcmahon pushed to feature/generic-shell at Umber/ESP32 2025-12-22 19:55:39 +00:00
b4b40de64d wifi connect without requiring reboot
rjmcmahon pushed to feature/generic-shell at Umber/ESP32 2025-12-22 02:54:33 +00:00
099c28f9c7 wifi scan
42905200ea more on commands
Compare 2 commits »
rjmcmahon pushed to feature/generic-shell at Umber/ESP32 2025-12-21 02:35:20 +00:00
6c214e8e92 udp with trip-times
rjmcmahon pushed to feature/generic-shell at Umber/ESP32 2025-12-20 02:13:59 +00:00
969abb5ae4 update license
rjmcmahon pushed to feature/generic-shell at Umber/ESP32 2025-12-20 02:10:19 +00:00
2a41edf491 add bssid to scan output
rjmcmahon pushed to feature/generic-shell at Umber/ESP32 2025-12-20 01:46:46 +00:00
46f0cdb07b add ping support