Skip to content

Commit f36c988

Browse files
authored
Fix error: Firmware update: Incorrect image ProductID: R2100! Expected is Xiaomi-AC2100. (#368)
1 parent e4c1be7 commit f36c988

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

trunk/configs/boards/R2100/board.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* Xiaomi-AC2100 */
22

3-
#define BOARD_PID "Xiaomi-AC2100"
4-
#define BOARD_NAME "Xiaomi-AC2100"
3+
#define BOARD_PID "R2100"
4+
#define BOARD_NAME "R2100"
55
#define BOARD_DESC "Xiaomi-AC2100 Wireless Router"
66
#define BOARD_VENDOR_NAME "Beijing Xiaomi Technology Co., Ltd."
77
#define BOARD_VENDOR_URL "http://www.mi.com/"

0 commit comments

Comments
 (0)