-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix GPS geotag support for different firmware versions. (#96)
* Use consistent UUID for geotag service identifiers. Reading the spec, the 16-bit handle is only consistent per device instance. Thus, it can change between devices and firmware versions. The full UUID is guaranteed to be consistent, so use that instead. * Remove useless m_GeoDataValid checks. * Refactor Fujifilm geotag handling. * Add basic error handling in Fujifilm geotagging. * Migrate from std::bind to lambda for notification callbacks. * Minor refactor of GPS data loop. * Remove redundant M5.update() in shutter loop. ez.yield() already calls M5.update(). Remove the delay(50), this buys us nothing (except UI latency). * Remove remaining String references in lib/furble.
- Loading branch information
Showing
7 changed files
with
90 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters