main: move mqtt defines in common_values
This commit is contained in:
@@ -8,6 +8,11 @@
|
||||
#ifndef COMMON_CONTROL_VALUES_H_
|
||||
#define COMMON_CONTROL_VALUES_H_
|
||||
|
||||
#define SSID "SmartIotMQTT"
|
||||
#define PASSWORD "SmartIot"
|
||||
#define BROKER_IP "192.168.1.254"
|
||||
#define BROKER_PORT 1883
|
||||
|
||||
enum _global_values
|
||||
{
|
||||
LCD_SIZE = 16,
|
||||
|
||||
Reference in New Issue
Block a user