Skip to content

Little Tweek #3

Description

@T1j3ff

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions