FastLED 3.9.15
Loading...
Searching...
No Matches

◆ init_serial_buffers()

void init_serial_buffers ( )

Definition at line 294 of file AutoResearch.ino.

294 {
295#if defined(FL_IS_ESP32) && !defined(FL_IS_ESP_32S2)
296 Serial.setTxBufferSize(4096); // 4KB buffer (default is 256 bytes) // ok serial - platform-specific TX buffer sizing, no fl:: equivalent
297#endif
298}
#define Serial
Definition serial.h:304

References Serial.

Referenced by setup().

+ Here is the caller graph for this function: