Gunar Schorcht 078c47d79c cpu/esp32: fixes frame size handling in esp_wifi
The size of received and transmitted frames was stored in an uint8_t, which did not allow to process frames larger than 255 octets. However, WiFi has an MTU of 1500 octets.
2019-01-17 17:10:43 +01:00
..
2018-11-08 14:09:33 +01:00
2018-06-11 19:12:02 +02:00
2017-01-20 13:36:26 +01:00