MissouriMRDT/BaseStation_Software

Remove JSON dependency

Closed this issue · 2 comments

Includes RoverComs project

Writing to the console requires IModule.TelemetryReciever<T>(). This is being removed. Should I delete any lines that write something to the console, or should I somehow keep a record of where these lines are and what was being written, without calling this method?

Go ahead and remove them. We will restructure our ViewModels to do this in a new way soon.