From 4342064ee35d4facf1ad4cbde8f6f84460df02a0 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 20 Mar 2021 12:08:14 +0000 Subject: add webserver content --- app/project.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'app/project.h') 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 #include #include + #include +#include +#include + #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 -- cgit v1.2.3