See the Serial Input Basics tutorial.
This is not valid C/C++, for good reasons. It reserves no memory for the array.
char message[] = ""; // message to be sent
See the Serial Input Basics tutorial.
This is not valid C/C++, for good reasons. It reserves no memory for the array.
char message[] = ""; // message to be sent