Renamed files from mug to mqtt_application
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
#include "log.h"
|
||||
#include "llfs.h"
|
||||
#include "lcd_api.h"
|
||||
#include "mug.h"
|
||||
#include <mqtt_application.h>
|
||||
#include "tftp.h"
|
||||
|
||||
/* USER CODE END Includes */
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
/**
|
||||
* @file mug.c
|
||||
* @file mqtt_application.c
|
||||
* mosquitto application for group assignment
|
||||
* @author RobinVdB
|
||||
*/
|
||||
|
||||
#include <mqtt_application.h>
|
||||
#include <string.h>
|
||||
#include "httpd.h"
|
||||
#include "lcd_api.h"
|
||||
@@ -11,7 +12,6 @@
|
||||
#include "lwip/ip_addr.h"
|
||||
#include "mdns.h"
|
||||
#include "mqtt.h"
|
||||
#include "mug.h"
|
||||
|
||||
#define LOGGER_LEVEL_INFO
|
||||
#include "log.h"
|
||||
@@ -55,7 +55,7 @@ static uint16_t connection_attempt_counter;
|
||||
static uint32_t color;
|
||||
static uint32_t bgcolor;
|
||||
static input_topic_t inpub_id;
|
||||
static const char* TAG = "mug";
|
||||
static const char* TAG = "MQTT";
|
||||
|
||||
/**
|
||||
* @brief callback function for publishing data
|
||||
Reference in New Issue
Block a user