ggwave : update comments with proper ggwave_decode example

This commit is contained in:
Georgi Gerganov
2022-07-11 19:14:39 +03:00
parent d3d096ec2d
commit 1341b3d80e

View File

@@ -263,6 +263,7 @@ extern "C" {
//
// int ret = ggwave_decode(instance, waveform, samplesPerFrame*sizeOfSample_bytes, payload);
// if (ret > 0) {
// payload[ret] = 0; // null terminate the string
// printf("Received payload: '%s'\n", payload);
// }
// }