Show the packets arriving at LwIP

This commit is contained in:
Florian Hoss 2022-07-25 16:28:55 +02:00
parent 0422eeeb9a
commit 8c36882772
2 changed files with 26 additions and 2 deletions

View file

@ -3,7 +3,10 @@
#include "lwip/netif.h"
#include "lwip/pbuf.h"
#include "lwip/ip4.h"
#include "esp_log.h"
#include "esp_err.h"
#ifdef __cplusplus
extern "C"