
internet orgel
Dependencies: PWM_Tone_Library SDFileSystem WIZnetInterface httpServer-orgel mbed
Fork of PetfeederWebServer by
Revision 21:a5e91b90d7a3, committed 2015-10-19
- Comitter:
- irinakim
- Date:
- Mon Oct 19 00:40:45 2015 +0000
- Parent:
- 20:4a5436647039
- Child:
- 22:cc0c2edc129d
- Commit message:
- modify ip address;
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Wed Sep 02 02:08:38 2015 +0000 +++ b/main.cpp Mon Oct 19 00:40:45 2015 +0000 @@ -16,9 +16,9 @@ EthernetInterface eth; HTTPServer svr; -char ip_addr[] = "192.168.1.111"; +char ip_addr[] = "192.168.240.111"; char subnet_mask[] = "255.255.255.0"; -char gateway_addr[] = "192.168.1.1"; +char gateway_addr[] = "192.168.240.1"; //#define DHCP //If uncomment, W7500 runs DHCP