We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f19529c commit c806c03Copy full SHA for c806c03
src/AdafruitIO_Definitions.h
@@ -108,7 +108,7 @@ typedef enum {
108
109
AIO_TIME_SECONDS = 0,
110
AIO_TIME_MILLIS = 1,
111
- AIO_TIME_ISO8601 = 2
+ AIO_TIME_ISO = 2
112
113
} aio_time_format_t;
114
src/AdafruitIO_Time.cpp
@@ -60,7 +60,7 @@ void AdafruitIO_Time::_init()
60
case AIO_TIME_MILLIS:
61
formatString = "millis";
62
break;
63
- case AIO_TIME_ISO8601:
+ case AIO_TIME_ISO:
64
formatString = "ISO-8601";
65
66
}
0 commit comments