Update device_object.h

This commit is contained in:
thelsing
2025-03-09 18:00:31 +01:00
committed by GitHub
parent 19ebb0bc9d
commit d5b9ffa0a9

View File

@@ -9,7 +9,7 @@ class DeviceObject: public InterfaceObject
public:
// increase this version anytime DeviceObject-API changes
// the following value represents the serialized representation of DeviceObject.
const uint16_t apiVersion = 2;
const uint16_t apiVersion = 1;
DeviceObject();
uint8_t* save(uint8_t* buffer) override;