mirror of
https://github.com/esphome/esphome.git
synced 2025-09-28 08:02:23 +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:
@@ -137,7 +137,9 @@ class Logger : public Component {
|
||||
va_end(arg);
|
||||
}
|
||||
|
||||
#ifndef USE_HOST
|
||||
const char *get_uart_selection_();
|
||||
#endif
|
||||
|
||||
uint32_t baud_rate_;
|
||||
char *tx_buffer_{nullptr};
|
||||
|
Reference in New Issue
Block a user