From 032800b22022ba58f5a8a6c7f0e04314711e0bce Mon Sep 17 00:00:00 2001 From: Persson-dev Date: Thu, 6 Feb 2025 22:35:00 +0100 Subject: [PATCH] credits --- include/sp/protocol/Message.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/sp/protocol/Message.h b/include/sp/protocol/Message.h index 4837aea..a83ca82 100644 --- a/include/sp/protocol/Message.h +++ b/include/sp/protocol/Message.h @@ -1,5 +1,8 @@ #pragma once +// Inspired by +// https://alex-robenko.gitbook.io/comms-protocols-cpp + #include namespace sp {