Skip to content

Commit fb161bd

Browse files
committed
- ArduinoIoTConnectionStatus cleanup as per @ilcato 's suggestion
1 parent 961a71c commit fb161bd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/ArduinoIoTCloud.h

-2
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,12 @@ typedef struct {
4343
extern ConnectionManager *ArduinoIoTPreferredConnection;
4444

4545
enum ArduinoIoTConnectionStatus {
46-
IOT_STATUS_IDLE,/* only at start */
4746
IOT_STATUS_CLOUD_IDLE,
4847
IOT_STATUS_CLOUD_CONNECTING,
4948
IOT_STATUS_CLOUD_CONNECTED,
5049
IOT_STATUS_CLOUD_DISCONNECTED,
5150
IOT_STATUS_CLOUD_RECONNECTING,
5251
IOT_STATUS_CLOUD_ERROR,
53-
IOT_STATUS_ERROR_GENERIC
5452
};
5553

5654
class ArduinoIoTCloudClass {

0 commit comments

Comments
 (0)