It is a bad idea to use Strings on Arduino. They cause memory problems and program crashes.
Use C-strings (character arrays) instead.
It is a bad idea to use Strings on Arduino. They cause memory problems and program crashes.
Use C-strings (character arrays) instead.