Added some ifdef for debugging purposes

This commit is contained in:
hsaturn
2022-01-05 01:56:45 +01:00
parent f1d3a15498
commit a5b8afc0bd
3 changed files with 20 additions and 4 deletions

View File

@@ -223,7 +223,9 @@ class MqttClient
#endif
}
static long counter; // Number of processed messages
#ifdef EPOXY_DUINO
static std::map<MqttMessage::Type, int> counters; // Number of processed messages
#endif
private: