From c20e274d44132962c20a07455f93eb762688608d Mon Sep 17 00:00:00 2001 From: xyzroe Date: Wed, 12 Jun 2024 17:56:04 +0200 Subject: [PATCH] Renamed devices --- src/const/hw.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/const/hw.cpp b/src/const/hw.cpp index 1d93b53..dea0a00 100644 --- a/src/const/hw.cpp +++ b/src/const/hw.cpp @@ -37,9 +37,9 @@ BrdConfigStruct brdConfigs[] = { {"SLS-classic", .ethConfigIndex = -1, .zbConfigIndex = 7, .mistConfigIndex = 3}, // 0 {"UZG-01", .ethConfigIndex = 2, .zbConfigIndex = 0, .mistConfigIndex = 1}, // 1 {"SLZB-06", .ethConfigIndex = 1, .zbConfigIndex = 1, .mistConfigIndex = 2}, // 2 - {"WT32-ETH01", .ethConfigIndex = 1, .zbConfigIndex = 1, .mistConfigIndex = 0}, // 3 - {"T-Internet-POE", .ethConfigIndex = 2, .zbConfigIndex = 0, .mistConfigIndex = 4}, // 4 - {"Olimex-ESP32-POE", .ethConfigIndex = 0, .zbConfigIndex = 0, .mistConfigIndex = 0}, // 5 + {"ZigStar LAN", .ethConfigIndex = 1, .zbConfigIndex = 1, .mistConfigIndex = 0}, // 3 + {"LilyZig", .ethConfigIndex = 2, .zbConfigIndex = 0, .mistConfigIndex = 4}, // 4 + {"Olizig", .ethConfigIndex = 0, .zbConfigIndex = 0, .mistConfigIndex = 0}, // 5 {"China-GW", .ethConfigIndex = 0, .zbConfigIndex = 2, .mistConfigIndex = 0}, // 6 {"TubesZB-eth", .ethConfigIndex = 1, .zbConfigIndex = 1, .mistConfigIndex = 0}, // 7 {"TubesZB-eth_usb", .ethConfigIndex = 1, .zbConfigIndex = 3, .mistConfigIndex = 0}, // 8 @@ -48,4 +48,4 @@ BrdConfigStruct brdConfigs[] = { {"TubesZB-poe-2023", .ethConfigIndex = 0, .zbConfigIndex = 6, .mistConfigIndex = 0}, // 11 {"CZC-1.0", .ethConfigIndex = 2, .zbConfigIndex = 0, .mistConfigIndex = 1}, // 12 {"HG POE Plus", .ethConfigIndex = 2, .zbConfigIndex = 0, .mistConfigIndex = 1}, // 13 -}; \ No newline at end of file +};