adafruit / Adafruit_IO_Arduino

Arduino library to access Adafruit IO from WiFi, cellular, and ethernet modules.
Other
208 stars 108 forks source link

Does the max csv length need to get updated as well? #127

Closed blaskovicz closed 3 years ago

blaskovicz commented 4 years ago

Does the max csv length need to get updated as well, as a follow up to #119 and #126 https://github.com/adafruit/Adafruit_IO_Arduino/blob/ce83ba999056639728de655fbad49bfb4c935cfd/src/AdafruitIO_Definitions.h#L130?

_Originally posted by @blaskovicz in https://github.com/adafruit/Adafruit_IO_Arduino/issues/119#issuecomment-634052324_

brentru commented 4 years ago

@blaskovicz Yes - this should be updated too. Keep in mind that the max length of CSV feeds is 4 characters larger than the max length of general IO feeds. i.e: mosfet/feeds/photocell-one/csv instead of mosfet/feeds/photocell-one

blaskovicz commented 4 years ago

I can add that in the same PR, thanks!