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 {
125125 // /< Fingerprint
126126
127127#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+
131131#define AIO_DATA_LENGTH \
132132 45 // /< Maximum length of data sent/recieved from Adafruit IO
133133#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
136136
137137/* * aio_status_t offers 13 status states */
138138typedef enum {
You can’t perform that action at this time.
0 commit comments