changelog, missing macro

This commit is contained in:
MichaelDvP
2021-03-30 12:36:23 +02:00
parent 5c605e15dd
commit 6fb8a4bbe9
2 changed files with 2 additions and 0 deletions

View File

@@ -51,6 +51,7 @@
- renamed Scan Network to Scan WiFi Network - renamed Scan Network to Scan WiFi Network
- added version to cmd=settings - added version to cmd=settings
- Allow both WiFi and Ethernet together, fall back to AP when Ethernet disconnects - Allow both WiFi and Ethernet together, fall back to AP when Ethernet disconnects
- moved mqtt-topics and texts to local_EN, all topics lower case
## Removed ## Removed

View File

@@ -43,6 +43,7 @@ using uuid::log::Level;
#define LOG_NOTICE(...) logger_.notice(__VA_ARGS__) #define LOG_NOTICE(...) logger_.notice(__VA_ARGS__)
#define LOG_WARNING(...) logger_.warning(__VA_ARGS__) #define LOG_WARNING(...) logger_.warning(__VA_ARGS__)
#define LOG_ERROR(...) logger_.err(__VA_ARGS__) #define LOG_ERROR(...) logger_.err(__VA_ARGS__)
#define MQTT_TOPIC(list_name) (__pstr__##list_name[0])
// clang-format off // clang-format off
// strings stored 32 bit aligned on ESP8266/ESP32 // strings stored 32 bit aligned on ESP8266/ESP32