-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
It would be nice to add logging capabilities to the MCUs, which could greatly facilitate debugging. Such a system should function as follows:
- Each MCU should log data when some sort of "debug" mode is enabled. Ideally, this should be something that can be enabled with a specialized command.
- MCUs should send log messages using the existing messaging interface, which should not be difficult.
- Prime should receive the log messages, and integrate them into the existing log file for the web interface.
Reactions are currently unavailable