Skip to content

Commit 52916cb

Browse files
committed
Fix comment for presentation
1 parent e111d64 commit 52916cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/MySensors/MySensor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ class MySensor
178178
* @param sensorId Select a unique sensor id for this sensor. Choose a number between 0-254.
179179
* @param sensorType The sensor type. See sensor typedef in MyMessage.h.
180180
* @param ack Set this to true if you want destination node to send ack back to this node. Default is not to request any ack.
181-
* @param description A textual description of the sensor. Defaults to library version.
181+
* @param description A textual description of the sensor.
182182
*/
183183
void present(uint8_t sensorId, uint8_t sensorType, bool ack=false, const char *description="");
184184

0 commit comments

Comments
 (0)