Skip to content

Commit

Permalink
Fix error: Firmware update: Incorrect image ProductID: RM2100! Expect…
Browse files Browse the repository at this point in the history
…ed is Redmi-AC2100. (#366)
  • Loading branch information
zbancam authored May 3, 2020
1 parent 7978d69 commit e4c1be7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trunk/configs/boards/RM2100/board.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* Redmi-AC2100 */

#define BOARD_PID "Redmi-AC2100"
#define BOARD_NAME "Redmi-AC2100"
#define BOARD_PID "RM2100"
#define BOARD_NAME "RM2100"
#define BOARD_DESC "Redmi-AC2100 Wireless Router"
#define BOARD_VENDOR_NAME "Beijing Xiaomi Technology Co., Ltd."
#define BOARD_VENDOR_URL "http://www.mi.com/"
Expand Down

0 comments on commit e4c1be7

Please sign in to comment.