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.
Diff: NWSWeather.cpp
- Revision:
- 8:8a3371926b32
- Parent:
- 7:6a06861905f6
- Child:
- 10:548533964124
diff -r 6a06861905f6 -r 8a3371926b32 NWSWeather.cpp --- a/NWSWeather.cpp Sun Jun 08 01:33:40 2014 +0000 +++ b/NWSWeather.cpp Fri Jul 04 13:19:28 2014 +0000 @@ -33,7 +33,7 @@ static NWSWeather::XMLItem_T WeatherData[] = { {"observation_time_rfc822", NWSWeather::isString}, - {"suggested_pickup", NWSWeather::isString}, + {"suggested_pickup", NWSWeather::isInt}, {"suggested_pickup_period", NWSWeather::isInt}, {"location", NWSWeather::isString}, {"weather", NWSWeather::isString},