mirror of
https://github.com/ggerganov/ggwave.git
synced 2026-02-07 01:11:22 +08:00
remove-stl : update arduino tx examples
This commit is contained in:
@@ -89,7 +89,9 @@ int main(int argc, char** argv) {
|
||||
printf("Available Tx protocols:\n");
|
||||
for (int i = 0; i < (int) protocols.size(); ++i) {
|
||||
const auto & protocol = protocols[i];
|
||||
printf(" -t%-2d : %-16s\n", i, protocol.name);
|
||||
if (protocol.enabled && protocol.name) {
|
||||
printf(" -t%-2d : %-16s\n", i, protocol.name);
|
||||
}
|
||||
}
|
||||
printf("\n");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user