mirror of
https://github.com/airgradienthq/arduino.git
synced 2025-07-23 05:27:16 +02:00
Rename board type 3.7 to 3.3
This commit is contained in:
@ -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