diff options
Diffstat (limited to 'app/project.h')
-rw-r--r-- | app/project.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/project.h b/app/project.h index d66122b..c2f9a56 100644 --- a/app/project.h +++ b/app/project.h @@ -51,8 +51,12 @@ #include <lwip/memp.h> #include <lwip/timeouts.h> #include <lwip/dhcp.h> + #include <netif/etharp.h> +#include <lwip/apps/httpd.h> +#include <lwip/apps/fs.h> + #include "time_fn.h" #include "pins.h" @@ -62,6 +66,8 @@ #include "ubx.h" #include "gps.h" +#include "ptb.h" + #include "prototypes.h" //#define HZ 10000000 |