mirror of
https://github.com/airgradienthq/arduino.git
synced 2025-07-23 05:27:16 +02:00
Add support board DIY Pro 3.7 and add example
This commit is contained in:
@ -21,6 +21,7 @@ enum BoardType {
|
||||
DIY_PRO_INDOOR_V4_2 = 0x01,
|
||||
ONE_INDOOR = 0x02,
|
||||
OPEN_AIR_OUTDOOR = 0x03,
|
||||
DIY_PRO_INDOOR_V3_7 = 0x04,
|
||||
_BOARD_MAX
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user