summaryrefslogtreecommitdiffstats
path: root/app/project.h
diff options
context:
space:
mode:
authorroot <root@ka-ata-killa.ourano.james.local>2021-03-20 12:08:14 +0000
committerroot <root@ka-ata-killa.ourano.james.local>2021-03-20 12:08:14 +0000
commit4342064ee35d4facf1ad4cbde8f6f84460df02a0 (patch)
tree3eddea7ff8f15885c2f6e90f1a6cf434c8d68854 /app/project.h
parent985c5269d14c5a8a17cd457c4fc643306011c2a7 (diff)
downloadclock-4342064ee35d4facf1ad4cbde8f6f84460df02a0.tar.gz
clock-4342064ee35d4facf1ad4cbde8f6f84460df02a0.tar.bz2
clock-4342064ee35d4facf1ad4cbde8f6f84460df02a0.zip
add webserver content
Diffstat (limited to 'app/project.h')
-rw-r--r--app/project.h6
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