fix for mqtt resubscribe when mqtt drops-out. renamed topic to "system_cmd" - #445

This commit is contained in:
proddy
2020-08-04 15:17:39 +02:00
parent c3d81d8841
commit e8c3b07cc6
4 changed files with 15 additions and 12 deletions

View File

@@ -35,6 +35,8 @@
using uuid::console::Shell;
#define MQTT_SYSTEM_CMD "system_cmd"
namespace emsesp {
class System {