[tests] Added a debug mode compilation phase (and fixed it)

This commit is contained in:
hsaturn
2022-10-31 01:00:27 +01:00
parent cce6b2ecfc
commit b7d44445af
3 changed files with 442 additions and 1 deletions

View File

@@ -221,7 +221,6 @@ class MqttClient
bool c = false;
Serial << " [";
for(auto s: subscriptions)
(void)indent;
{
if (c) Serial << ", ";
Serial << s.str().c_str();