Add current ideas to docu

This commit is contained in:
Florian Hoss 2022-07-25 12:38:22 +02:00
parent a125fb9427
commit 2b3da7d987
5 changed files with 594 additions and 191 deletions

View file

@ -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