You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pull config.cpp/h apart such that we have modular configuration structs each with a loadConfig that handles loading it's own specific properties from the SD card config file. For now, just create base structs for RFM95 and for WiFi
The SensorGridPM config implementation should then inherit from these base configs to create an overall config combined from those "modules". PM implmentation will also add it's own parameters. Override loadConfig to load its own parameters as well as to call the load config of the base classes so that all parameters are read into the final struct
The text was updated successfully, but these errors were encountered:
Pull config.cpp/h apart such that we have modular configuration structs each with a loadConfig that handles loading it's own specific properties from the SD card config file. For now, just create base structs for RFM95 and for WiFi
The SensorGridPM config implementation should then inherit from these base configs to create an overall config combined from those "modules". PM implmentation will also add it's own parameters. Override loadConfig to load its own parameters as well as to call the load config of the base classes so that all parameters are read into the final struct
The text was updated successfully, but these errors were encountered: