Add current ideas to docu
This commit is contained in:
parent
a125fb9427
commit
2b3da7d987
5 changed files with 594 additions and 191 deletions
|
@ -2,7 +2,7 @@
|
|||
#include "lwip/pbuf.h"
|
||||
#include "esp_log.h"
|
||||
|
||||
int IRAM_ATTR lwip_hook_ip4_input(struct pbuf *pbuf, struct netif *input_netif)
|
||||
int lwip_hook_ip4_input(struct pbuf *pbuf, struct netif *input_netif)
|
||||
{
|
||||
ESP_LOGI("HOOK", "Testing...");
|
||||
return 0; // we don't consume the packet
|
||||
|
|
Reference in a new issue