Skip to content

Commit

Permalink
Renamed devices
Browse files Browse the repository at this point in the history
  • Loading branch information
xyzroe committed Jun 12, 2024
1 parent 0283f75 commit c20e274
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/const/hw.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
};
};

0 comments on commit c20e274

Please sign in to comment.