Go to the source code of this file.
|
| class | ESPNowStream |
| | ESPNow as Arduino Stream. When use_send_ack is true we prevent any buffer overflows by blocking writes until the previous packet has been confirmed. When no acknowledgments are used, you might need to throttle the send speed to prevent any buffer overflow on the receiver side. More...
|
| |
| struct | ESPNowStreamConfig |
| | Configuration for ESP-NOW protocolö.W. More...
|
| |
|
| namespace | audio_tools |
| | Generic Implementation of sound input and output for desktop environments using portaudio.
|
| |
◆ MY_ESP_NOW_BUFFER_COUNT
◆ MY_ESP_NOW_BUFFER_SIZE
| #define MY_ESP_NOW_BUFFER_SIZE (240 * 400) |
◆ MY_ESP_NOW_MAX_LEN
| #define MY_ESP_NOW_MAX_LEN ESP_NOW_MAX_DATA_LEN |