From 71b5e26a9b84173eb961b9173615ab0663965fe1 Mon Sep 17 00:00:00 2001 From: xyzroe Date: Wed, 12 Jun 2024 18:14:23 +0200 Subject: [PATCH] rework comments --- src/const/hw.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/const/hw.cpp b/src/const/hw.cpp index dea0a00..2b2f2b0 100644 --- a/src/const/hw.cpp +++ b/src/const/hw.cpp @@ -11,7 +11,7 @@ EthConfig ethConfigs[] = { // ZigBee configurations // !!! Don't forget to edit ZB_CFG_CNT !!! ZbConfig zbConfigs[] = { - {.txPin = 4, .rxPin = 36, .rstPin = 16, .bslPin = 32}, // 0 + {.txPin = 4, .rxPin = 36, .rstPin = 16, .bslPin = 32}, // 0 LilyZig / Olizig {.txPin = 17, .rxPin = 5, .rstPin = 33, .bslPin = 32}, // 1 {.txPin = 33, .rxPin = 32, .rstPin = 12, .bslPin = 14}, // 2 {.txPin = 5, .rxPin = 17, .rstPin = 33, .bslPin = 32}, // 3 TubesZB-eth_usb