SlimeVR / SlimeVR-Tracker-ESP

SlimeVR tracker firmware for ESP32/ESP8266 and different IMUs
Apache License 2.0
832 stars 286 forks source link

[Feature request] show tracker information in serial console log #336

Open kruemmelbande opened 1 month ago

kruemmelbande commented 1 month ago

I think it would be helpful for providing tech support to just print the basic configuration of the firmware at startup, so for example the board, the imus, the pins etc. This would make identifying incorrectly flashed firmware much simpler.

ZycaR commented 1 month ago

The firmwarte is capable of recognize GET INFO and GET CONFIG serial commands: https://github.com/SlimeVR/SlimeVR-Tracker-ESP/blob/main/src/serial/serialcommands.cpp#L328 https://github.com/SlimeVR/SlimeVR-Tracker-ESP/blob/main/src/serial/serialcommands.cpp#L154-L161

Isn't this more request for GUI to add Get Config button to serial console commands? image

kruemmelbande commented 1 month ago

Ehh, i mean, kinda, but i also just think its convenient if somebody asks for help and shows the serial console log that i dont have to specifically ask for get info or stuff like that. I get how its not that hard to ask for get info though, so i wouldnt exactly call this high priority