1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-20 21:01:25 +03:00
Files
esp8266/app/preproc/test/data/foo2.cpp

9 lines
145 B
C++

void playMessage(prog_uchar* message){
maxStringSize = sizeof(message); // find message size
}
void loop() {
playMessage(signMessage);
}