Skip to content

Commit

Permalink
rework comments
Browse files Browse the repository at this point in the history
  • Loading branch information
xyzroe committed Jun 12, 2024
1 parent f066cf4 commit 71b5e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/const/hw.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 71b5e26

Please sign in to comment.