From 8983041b9ba7a7cbdca6baa1b42cbf06dc3508ec Mon Sep 17 00:00:00 2001 From: AlbertWeterings <36169962+AlbertWeterings@users.noreply.github.com> Date: Wed, 21 Feb 2018 08:38:45 +0100 Subject: [PATCH] Changed from hardware to feature --- code/espurna/espurna.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/espurna/espurna.ino b/code/espurna/espurna.ino index 483295e8..116108f9 100644 --- a/code/espurna/espurna.ino +++ b/code/espurna/espurna.ino @@ -147,8 +147,8 @@ void setup() { #if SCHEDULER_SUPPORT schSetup(); #endif - #ifdef UARTtoMQTT - UARTtoMQTTSetup(); + #ifdef UART_MQTT_SUPPORT + uart_mqttSetup(); #endif