From 229b51e5d0ec815e8e0841d0f7d4c2d5b2143153 Mon Sep 17 00:00:00 2001 From: Vehicle Researcher Date: Tue, 13 Aug 2019 01:34:23 +0000 Subject: [PATCH] Squashed 'panda/' changes from 519e39e4..8843af7d 8843af7d bump panda version 6da979e0 remove chffr link git-subtree-dir: panda git-subtree-split: 8843af7de9b39c430147dd08b79dd33ea2879a93 old-commit-hash: 9955b3c80697e5e2495202b1e551190ccd9f5f72 --- VERSION | 2 +- boardesp/webserver.c | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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"