We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28435ea commit d6b8436Copy full SHA for d6b8436
Adafruit_MQTT.h
@@ -287,7 +287,7 @@ class Adafruit_MQTT_Publish {
287
double f,
288
uint8_t precision =
289
2, // Precision controls the minimum number of digits after decimal.
290
- // This might be ignored and a higher precision value sent.
+ // This might be ignored and a higher precision value sent.
291
bool retain = false);
292
bool publish(int32_t i, bool retain = false);
293
bool publish(uint32_t i, bool retain = false);
0 commit comments