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
|
|
@ -79,7 +79,8 @@ class UploadFirmware extends React.Component<Props, State> {
|
|||
pond.DevicePlatform.DEVICE_PLATFORM_V2_CELLULAR_BLACK,
|
||||
pond.DevicePlatform.DEVICE_PLATFORM_V2_CELLULAR_GREEN,
|
||||
pond.DevicePlatform.DEVICE_PLATFORM_V2_CELLULAR_BLUE,
|
||||
pond.DevicePlatform.DEVICE_PLATFORM_V2_WIFI_BLUE
|
||||
pond.DevicePlatform.DEVICE_PLATFORM_V2_WIFI_BLUE,
|
||||
pond.DevicePlatform.DEVICE_PLATFORM_V2_ETHERNET_BLUE
|
||||
].includes(platform);
|
||||
var isChannelValid = [
|
||||
pond.UpgradeChannel.UPGRADE_CHANNEL_ALPHA,
|
||||
|
|
@ -229,6 +230,9 @@ class UploadFirmware extends React.Component<Props, State> {
|
|||
</MenuItem>
|
||||
<MenuItem value={pond.DevicePlatform.DEVICE_PLATFORM_V2_WIFI_BLUE}>
|
||||
V2 Wifi Blue
|
||||
</MenuItem>
|
||||
<MenuItem value={pond.DevicePlatform.DEVICE_PLATFORM_V2_ETHERNET_BLUE}>
|
||||
V2 Ethernet Blue
|
||||
</MenuItem>
|
||||
</TextField>
|
||||
<TextField
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue