ModLogNet / ESP_ENC_CDP

This is written for ESP32's and supports CDP, LLDP, and DHCP using an ENC28J60
https://modlog.net/esp32-cdp-lldp-dhcp-third-edition/
5 stars 5 forks source link

Little Tweek #3

Open T1j3ff opened 3 weeks ago

T1j3ff commented 3 weeks ago

Still freneticaly waiting for ENC28J60 to arrive to test code

But https://github.com/ModLogNet/ESP_ENC_CDP/blob/main/LCD_Listener_Nano.ino Line 194 if (plen >= 0)

This is pretty much always true You might save some CPU with : if (plen > 0) {

Cant test for now

ModLogNet commented 3 days ago

Nice find, cheers :-)