jarzebski / Arduino-DS3231

DS3231 Real-Time-Clock
MIT License
157 stars 84 forks source link

Both DS3231::dateFormat functions return a pointer to a local variable? #13

Closed ariccio closed 1 year ago

ariccio commented 7 years ago

buffer is a local char buffer[255] array, and you return a pointer to it... the fuck?

jarzebski commented 1 year ago

will be fixed in 1.1.0 release

ariccio commented 1 year ago

Yay!