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: Turtle_RadioShuttle
Revision 16:24a9d3ecee7b, committed 2019-04-22
- Comitter:
- Helmut Tschemernjak
- Date:
- Mon Apr 22 12:29:12 2019 +0200
- Parent:
- 15:bc28cdbcfd68
- Commit message:
- Added NTP to the editor
Changed in this revision
NVProperty_Editor.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/NVProperty_Editor.cpp Mon Apr 22 12:26:03 2019 +0200 +++ b/NVProperty_Editor.cpp Mon Apr 22 12:29:12 2019 +0200 @@ -73,7 +73,13 @@ { NVProperty::NET_IP_ADDR, NVProperty::T_STR, "NET_IP_ADDR", 0, NULL }, { NVProperty::NET_IP_ROUTER, NVProperty::T_STR, "NET_IP_ROUTER", 0, NULL }, { NVProperty::NET_IP_DNS_SERVER, NVProperty::T_STR, "NET_IP_DNS_SERVER", 0, NULL }, + { NVProperty::NET_IP_DNS_SERVER_ALT, NVProperty::T_STR, "NET_IP_DNS_SERVer_ALT", 0, NULL }, + { NVProperty::NET_NTP_SERVER, NVProperty::T_STR, "NET_NTP_SERVER", 0, NULL }, + { NVProperty::NET_NTP_SERVER_ALT,NVProperty::T_STR, "NET_NTP_SERVER_ALT", 0, NULL }, + { NVProperty::NET_NTP_GMTOFFSET, NVProperty::T_32BIT, "NET_NTP_GMTOFFSET", 0, NULL }, + { NVProperty::NET_NTP_DAYLIGHTOFFSET, NVProperty::T_32BIT, "NET_NTP_DAYLIGHTOFFSET", 0, NULL }, + { NVProperty::MQTT_SERVER, NVProperty::T_STR, "MQTT_SERVER", 0, NULL }, { NVProperty::MQTT_SERVER_ALT, NVProperty::T_STR, "MQTT_SERVER_ALT", 0, NULL }, { NVProperty::MQTT_TOPIC_INFO, NVProperty::T_STR, "MQTT_TOPIC_INFO", 0, NULL },