switched mttq on and to real data

This commit is contained in:
Jens Noack 2023-03-24 06:59:37 +01:00 committed by jenoack
parent 89a6180181
commit 07382f4982

View file

@ -2,7 +2,7 @@
#define MAIN_HPP #define MAIN_HPP
//#define MACHINE_RESTART //#define MACHINE_RESTART
#define DUMMY_DATA //#define DUMMY_DATA
#define EEPROM_NAME_TICK "hall_tick" #define EEPROM_NAME_TICK "hall_tick"
#define EEPROM_NAME_TIMESTAMP "timestamp" #define EEPROM_NAME_TIMESTAMP "timestamp"
@ -19,7 +19,7 @@
#include "capportal.hpp" #include "capportal.hpp"
#include <esp32-hal-timer.h> #include <esp32-hal-timer.h>
//#define HAS_MQTT #define HAS_MQTT
#ifdef HAS_MQTT #ifdef HAS_MQTT
#include "mqtt.hpp" #include "mqtt.hpp"
#include "json.hpp" #include "json.hpp"