File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -125,14 +125,14 @@ class AdafruitIOGroupCallback {
125
125
// /< Fingerprint
126
126
127
127
#define AIO_FEED_NAME_LENGTH \
128
- 258 // /< Maximum length of an Adafruit IO Feed \
129
- ///< Name; 128 + 1 + 128 for the group, a dot \
130
- ///< , and actual feed name.
128
+ 258 // /< Maximum length of an Adafruit IO Feed: Name; 128 + 1 + 128 for the
129
+ // /< group, a dot, and actual feed name.
130
+
131
131
#define AIO_DATA_LENGTH \
132
132
45 // /< Maximum length of data sent/recieved from Adafruit IO
133
133
#define AIO_CSV_LENGTH \
134
- AIO_FEED_NAME_LENGTH + 4 // /< Maximum comma-separated-value length from \
135
- ///< Adafruit IO
134
+ AIO_FEED_NAME_LENGTH + \
135
+ 4 // /< Maximum comma-separated-value length from Adafruit IO
136
136
137
137
/* * aio_status_t offers 13 status states */
138
138
typedef enum {
You can’t perform that action at this time.
0 commit comments