Sample web camera program for GR-PEACH
Dependencies: GR-PEACH_video GraphicsFramework HttpServer_snapshot_mbed-os LWIPBP3595Interface_STA_for_mbed-os R_BSP RomRamBlockDevice mbed-rpc
Diff: main.cpp
- Revision:
- 1:bd1c4dd0eccd
- Parent:
- 0:4edfb8401555
diff -r 4edfb8401555 -r bd1c4dd0eccd main.cpp --- a/main.cpp Wed Aug 02 10:42:27 2017 +0000 +++ b/main.cpp Wed Aug 02 10:46:21 2017 +0000 @@ -17,7 +17,7 @@ /**** User Selection *********/ /** Network setting **/ -#define USE_DHCP (1) /* Select 0(static configuration) or 1(use DHCP) */ +#define USE_DHCP (0) /* Select 0(static configuration) or 1(use DHCP) */ #if (USE_DHCP == 0) #define IP_ADDRESS ("192.168.0.2") /* IP address */ #define SUBNET_MASK ("255.255.255.0") /* Subnet mask */