mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-20 21:01:25 +03:00
9 lines
145 B
C++
9 lines
145 B
C++
void playMessage(prog_uchar* message){
|
|
|
|
maxStringSize = sizeof(message); // find message size
|
|
}
|
|
|
|
void loop() {
|
|
playMessage(signMessage);
|
|
}
|