Very stupid question, but I can’t find a solution, probably it’s so obvious that no one writes about it,
Serial.println('data: '.CONSTANTA); // Не работает Serial.println('data: '+CONSTANTA); // Похоже вообще сложение байт
How to stitch two lines then?
Serial.println
? Since when did'data: '
become a line in C? - AnT