Rename board type 3.7 to 3.3

This commit is contained in:
Phat Nguyen
2024-06-25 16:43:50 +07:00
parent 3ebce4ac44
commit bfd20a73da
11 changed files with 29 additions and 29 deletions

View File

@ -21,7 +21,7 @@ enum BoardType {
DIY_PRO_INDOOR_V4_2 = 0x01,
ONE_INDOOR = 0x02,
OPEN_AIR_OUTDOOR = 0x03,
DIY_PRO_INDOOR_V3_7 = 0x04,
DIY_PRO_INDOOR_V3_3 = 0x04,
_BOARD_MAX
};