mirror of
https://github.com/esphome/esphome.git
synced 2026-09-01 02:26:01 +00:00
Merge branch 'esp8266-wrap-printf' into integration
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
|
||||
namespace esphome::esp8266 {}
|
||||
|
||||
static constexpr size_t PRINTF_BUFFER_SIZE = 128;
|
||||
static constexpr size_t PRINTF_BUFFER_SIZE = 256;
|
||||
|
||||
// These stubs are essentially dead code at runtime — ESPHome uses ets_printf
|
||||
// for logging, and the Arduino core's Serial.printf() has its own implementation.
|
||||
|
||||
Reference in New Issue
Block a user