Skip to content

Commit

Permalink
changelog, missing macro
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDvP committed Mar 30, 2021
1 parent 5c605e1 commit 6fb8a4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG_LATEST.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
- renamed Scan Network to Scan WiFi Network
- added version to cmd=settings
- 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

Expand Down
1 change: 1 addition & 0 deletions src/console.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ using uuid::log::Level;
#define LOG_NOTICE(...) logger_.notice(__VA_ARGS__)
#define LOG_WARNING(...) logger_.warning(__VA_ARGS__)
#define LOG_ERROR(...) logger_.err(__VA_ARGS__)
#define MQTT_TOPIC(list_name) (__pstr__##list_name[0])

// clang-format off
// strings stored 32 bit aligned on ESP8266/ESP32
Expand Down

0 comments on commit 6fb8a4b

Please sign in to comment.