Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: JRO_DDSv2 JRO_DDSv2_rev2019
Revision 7:45e91ce14a28, committed 2019-09-05
- Comitter:
- miguelcordero191
- Date:
- Thu Sep 05 00:51:11 2019 +0000
- Parent:
- 6:dd61acd77e2c
- Commit message:
- up2
Changed in this revision
EthUtils.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/EthUtils.h Wed Sep 04 22:25:24 2019 +0000 +++ b/EthUtils.h Thu Sep 05 00:51:11 2019 +0000 @@ -5,9 +5,9 @@ #define MAX_IP_LEN 16 -#define IP_INI "10.10.20.254"; // IP +#define IP_INI "10.10.10.103"; // IP #define MASK_INI "255.255.255.0"; // MASK -#define GATEWAY_INI "0.0.0.0"; // GATEWAY +#define GATEWAY_INI "10.10.10.1"; // GATEWAY //INTERNAL FLASH #define FLASH_FULL 0xAA