This repository was archived by the owner on Aug 18, 2020. It is now read-only.
Releases: arduino-libraries/ArduinoCloudThing
Releases · arduino-libraries/ArduinoCloudThing
1.5.4
- Correcting semantic usage of overloaded
CloudLocation::operator -
When using the-
operator with a location one would typically expect the result being a new location which coordinates are calculated byLocNew.lat = Loc.lat - otherLoc.lat
andLocNew.lon = Loc.lon - otherLoc.lon
- and not a float value representing the euclidean distance. - Adding test code for cloud type
Location
1.5.2
1.5.1
- CI build warning level set to
-Wall -Wextra -Wpedantic -Werror
in order to force stronger compile-time checks on the source code - Resulting compiler warnings have been investigated and fixed
- Fixing false positive
alocation
incodespell
due to new version ofcodespell
1.5.0
- Check for commonly misspelled words during the CI build
- Make CI code formatting check support spaces in path
- Add multi value properties management
1.4.1
1.4.0
1.3.1
1.3.0
Increasing version
1.2.4
1.2.3
Release 1.2.3