protobuf server

This commit is contained in:
Ivan I. Ovchinnikov
2026-07-28 20:46:41 +03:00
parent 5a702fe0f8
commit 8c4d40b66a
11 changed files with 150 additions and 56 deletions
+2 -2
View File
@@ -15,8 +15,8 @@ public:
void render(bool* p_open, ConnectionWindow& connectionWindow);
private:
void sendHexPayload(const std::string& hexString, ConnectionWindow& connectionWindow);
char hexInputBuffer[256];
static void sendHexPayload(const std::string& hexString, ConnectionWindow& connectionWindow);
char hexInputBuffer[256]{};
};
#endif // SERIAL_SAMPLE_PAYLOADWINDOW_H