You've already forked Adafruit_MQTT_Library
mirror of
https://github.com/adafruit/Adafruit_MQTT_Library.git
synced 2025-07-23 05:40:59 +03:00
clang format
This commit is contained in:
@ -287,7 +287,7 @@ public:
|
||||
double f,
|
||||
uint8_t precision =
|
||||
2, // Precision controls the minimum number of digits after decimal.
|
||||
// This might be ignored and a higher precision value sent.
|
||||
// This might be ignored and a higher precision value sent.
|
||||
bool retain = false);
|
||||
bool publish(int32_t i, bool retain = false);
|
||||
bool publish(uint32_t i, bool retain = false);
|
||||
|
Reference in New Issue
Block a user