mirror of
https://github.com/esphome/esphome.git
synced 2026-09-02 11:06:04 +00:00
Increase printf stub buffer to 512 bytes to match ESP32
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
|
||||
namespace esphome::esp8266 {}
|
||||
|
||||
static constexpr size_t PRINTF_BUFFER_SIZE = 256;
|
||||
static constexpr size_t PRINTF_BUFFER_SIZE = 512;
|
||||
|
||||
// These stubs are essentially dead code at runtime — ESPHome writes directly
|
||||
// to the UART via Arduino's Serial, and Serial.printf() has its own implementation.
|
||||
|
||||
Reference in New Issue
Block a user