diff --git a/VERSION b/VERSION index 87ff52e2b5..5beebea89c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v1.4.2 \ No newline at end of file +v1.4.3 \ No newline at end of file diff --git a/boardesp/webserver.c b/boardesp/webserver.c index 65e0258826..b1a514626f 100644 --- a/boardesp/webserver.c +++ b/boardesp/webserver.c @@ -28,8 +28,7 @@ char pageheader[] = "HTTP/1.0 200 OK\nContent-Type: text/html\n\n" "\n" "
\n" "This is your comma.ai panda\n\n" -"It's open source. Find the code here\n" -"Designed to work with our dashcam, chffr\n"; +"It's open source. Find the code here\n"; char pagefooter[] = "\n" "\n"