-
Notifications
You must be signed in to change notification settings - Fork 5
Little Tweek #3
Copy link
Copy link
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels