updated the platform stuff to include the ethernet blue board
This commit is contained in:
parent
f0295c7480
commit
f39c0d1102
7 changed files with 32 additions and 7 deletions
|
|
@ -301,6 +301,9 @@ export default function DeviceSupport() {
|
|||
<MenuItem value={pond.DevicePlatform.DEVICE_PLATFORM_V2_CELLULAR_BLUE}>
|
||||
V2 Cellular Blue
|
||||
</MenuItem>
|
||||
<MenuItem value={pond.DevicePlatform.DEVICE_PLATFORM_V2_ETHERNET_BLUE}>
|
||||
V2 Ethernet Blue
|
||||
</MenuItem>
|
||||
</Select>
|
||||
</FormControl>
|
||||
<Button color="primary" onClick={() => updateDevicePlatform(platform)}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue