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
- Create and document a new clean JSON for the configuration fixes#118
- Config format is structured json this allows:
- PrivacyAreas are stored as array inside Json (not a properties with counter in the property name)
- SensorOffstes are stored as array inside Json
- Main config is inside a array which is prepared to hold different config profiles for certain values.
- Configuration file is not re-written at each OBS restart, only ServerMode writes config
- A backup of the configuration is created before writing the new config (might be dropped again SPIFFS if memory gets low)
- If the current config can not be read from SPIFFS the backup is loaded if possible
- Old config format is still accepted in backup/restore dialog
- Some values had been dropped / replaced
- hostname / port, is not used now a PORTAL_URL is added (still not used)
- obsUsreId is now called PORTAL_TOKEN which is more reflecting the use
- gpsFix, now has 3 states: `FIX_POS`, `FIX_TIME` and `FIX_NO_WAIT`
- Lot of changes are preparations only for further changes
It is a good idea to make a backup of your configuration before updating.
0 commit comments