mirror of
https://github.com/airgradienthq/arduino.git
synced 2025-07-20 20:22:08 +02:00
Rename board type 3.7 to 3.3
This commit is contained in:
@ -322,8 +322,8 @@ const BoardDef bsps[_BOARD_MAX] = {
|
||||
},
|
||||
.name = "OPEN_AIR_OUTDOOR",
|
||||
},
|
||||
/** DIY_PRO_INDOOR_V3_7 */
|
||||
[DIY_PRO_INDOOR_V3_7] =
|
||||
/** DIY_PRO_INDOOR_V3_3 */
|
||||
[DIY_PRO_INDOOR_V3_3] =
|
||||
{
|
||||
.SenseAirS8 =
|
||||
{
|
||||
@ -394,7 +394,7 @@ const BoardDef bsps[_BOARD_MAX] = {
|
||||
.resetPin = -1,
|
||||
.supported = false,
|
||||
},
|
||||
.name = "DIY_PRO_INDOOR_V3_7",
|
||||
.name = "DIY_PRO_INDOOR_V3_3",
|
||||
},
|
||||
};
|
||||
|
||||
|
@ -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
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user