mirror of
https://github.com/esphome/esphome.git
synced 2025-09-18 19:22:22 +01:00
* Fix build failures for logger component on host platform * Add climits header * Restore logger functionality on host * Install libsodium in ci
This commit is contained in:
@@ -16,6 +16,8 @@ void HOT Logger::write_msg_(const char *msg) {
|
||||
puts(msg);
|
||||
}
|
||||
|
||||
void Logger::pre_setup() { global_logger = this; }
|
||||
|
||||
} // namespace logger
|
||||
} // namespace esphome
|
||||
|
||||
|
Reference in New Issue
Block a user