adafruit/Adafruit_IO_Arduino

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

blaskovicz opened this issue · 2 comments

Does the max csv length need to get updated as well, as a follow up to #119 and #126

#define AIO_CSV_LENGTH \
?

Originally posted by @blaskovicz in #119 (comment)

@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

I can add that in the same PR, thanks!