From d025db2da963a575c1cf2814b319296c9b027d6f Mon Sep 17 00:00:00 2001 From: Malkok Gindrat Date: Tue, 2 Jun 2026 07:26:48 +0200 Subject: [PATCH] slight cleaning --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 0717bfb..f9c7583 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -21,7 +21,7 @@ static const int mgOledAddr = 0x3C; static const int mgScreenWidth = 128; static const int mgScreenHeight = 64; -// Shelly HB9GPU +// Shelly HB9GPU RF Setting static const float mgLoraFreqMHz = 865.000; static const float mgLoraBwKHz = 125.0; static const uint8_t mgLoraSf = 12; @@ -34,7 +34,7 @@ static const bool mgLoraUseLdo = false; static const bool mgLoraUseCrc = false; static const bool mgLoraExplicitHeader = true; -// MeshCore Switzerland profile +// MeshCore Switzerland RF Settings /* static const float mgLoraFreqMHz = 869.618; static const float mgLoraBwKHz = 62.5;