From 211dffac1215f79db63962f3db0d51f6ff8051bc Mon Sep 17 00:00:00 2001 From: "jacob.eva" Date: Sat, 31 May 2025 19:52:19 +0100 Subject: [PATCH] Prevent replacement of CSMA algorithm (for now) --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b694929 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +Radio.cpp merge=ours +Radio.hpp merge=ours +opencom_xl_firmware.ino merge=ours