Included unique ID.

This commit is contained in:
2025-08-06 11:22:11 +02:00
parent a674504d0f
commit 52ad70867b

View File

@@ -15,7 +15,7 @@ endpoints! {
| EndpointTy | RequestTy | ResponseTy | Path |
| ---------- | --------- | ---------- | ---- |
| PingEndpoint | u32 | u32 | "ping" |
| GetUniqueIdEndpoint | () | u64 | "get_id" |
| GetUniqueIdEndpoint | () | [u8; 12] | "get_id" |
| SetSingleLedEndpoint | SingleLed | SingleLedSetResult | "led/set_one" |
| SetAllLedEndpoint | AllLedArray | () | "led/set_all" |
| StartAccelerationEndpoint | StartAccel | () | "accel/start" |