tmiw / ezDV

A FreeDV device based on the ESP32.
96 stars 4 forks source link

Reduces the maximum numbers of messages for some tasks. #37

Closed tmiw closed 6 months ago

tmiw commented 6 months ago

This reduces the amount of internal RAM that ezDV allocates, but also requires additional protection to ensure we don't overflow queues (i.e. when sending packets on congested Wi-Fi networks). Such protection is also included in this PR.


Before merging: