ESPNowCam, a straightforward video streamer for popular ESP32Cam models, leveraging the ESPNow protocol. No need for IPs, routers, or credentials—keeping it simple! :D
GNU General Public License v3.0
99
stars
8
forks
source link
[ESPNow] Increse the payload or chunk to improve quality #1
ESP-NOW limit the data length of each packet to 250 bytes and it's not configurable. The current chunk is defined on 86 bytes only, because NanoPb are using 2 bytes for each uint8, I think that we have a issue there.
Overview
ESP-NOW limit the data length of each packet to 250 bytes and it's not configurable. The current chunk is defined on 86 bytes only, because NanoPb are using 2 bytes for each uint8, I think that we have a issue there.