]> git.sesse.net Git - nageru/commitdiff
Change default Futatabi port so that it does not conflict with Nageru.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 12 Dec 2018 21:04:05 +0000 (22:04 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 12 Dec 2018 21:04:05 +0000 (22:04 +0100)
futatabi/defs.h

index e0d190b5e53eaa31b70a80c29648b7a5e514bea1..f5852310cd52d26311bdf77cb15670d4a7b1b9a0 100644 (file)
@@ -6,6 +6,6 @@
 #define NUM_CAMERAS 4
 #define MUX_BUFFER_SIZE 10485760
 
-#define DEFAULT_HTTPD_PORT 9095
+#define DEFAULT_HTTPD_PORT 9096
 
 #endif  // !defined(_DEFS_H)