issues
search
runeharlyk
/
SpotMicroESP32-Leika
My take on the quadruped Spot Micro robot. Its built around an ESP32 cam microcontroller and utilizes a svelte app to control it
MIT License
26
stars
2
forks
source link
🪄 New event protocol
#57
Closed
runeharlyk
closed
4 months ago
runeharlyk
commented
4 months ago
Purpose
Implements new event protocol
Description
Makes event socket use String in favor of char*, to save processing.
Makes protocol not rely on json
Removes registration for events
Purpose
Implements new event protocol
Description