This commit is contained in:
Georgi Gerganov
2022-06-05 20:10:38 +03:00
parent 2bc3c60d03
commit 14026a289e
2 changed files with 3 additions and 8 deletions

View File

@@ -437,8 +437,9 @@ public:
// - GGWave::Protocols::tx()
//
// For optimal performance and minimum memory usage, make sure to enable only the
// Rx and Tx protocols that you need. For example, using a single protocol for Tx
// is achieved like this:
// Rx and Tx protocols that you need.
//
// For example, using a single protocol for Tx is achieved like this:
//
// Parameters parameters;
// parameters.operatingMode = GGWAVE_OPERATING_MODE_TX;