Reducing memory footpring.

This commit is contained in:
stephb9959
2022-02-04 09:48:19 -08:00
parent 611e384117
commit fd4105127c
19 changed files with 156 additions and 107 deletions

View File

@@ -181,7 +181,6 @@ namespace OpenWifi::GWObjects {
}
void ConnectionState::to_json(Poco::JSON::Object &Obj) const {
field_to_json(Obj,"serialNumber", SerialNumber);
field_to_json(Obj,"ipAddress", Address);
field_to_json(Obj,"txBytes", TX);
field_to_json(Obj,"rxBytes", RX);