mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
changelog, missing macro
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user