From 0e9c6669816bb54b68d575077b3b5ad55f5be578 Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Fri, 21 Apr 2023 19:02:10 +0200 Subject: [PATCH] Implement method as static --- lib/Hoymiles/src/commands/CommandAbstract.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Hoymiles/src/commands/CommandAbstract.h b/lib/Hoymiles/src/commands/CommandAbstract.h index 8029ac8..e6abc68 100644 --- a/lib/Hoymiles/src/commands/CommandAbstract.h +++ b/lib/Hoymiles/src/commands/CommandAbstract.h @@ -57,5 +57,5 @@ protected: uint64_t _routerAddress; private: - void convertSerialToPacketId(uint8_t buffer[], uint64_t serial); + static void convertSerialToPacketId(uint8_t buffer[], uint64_t serial); }; \ No newline at end of file