Skip to content

Tags: gkoh/furble

Tags

v3.6.0

Toggle v3.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Implement GPS for Canon EOS. (#199)

* Implement GPS for Canon EOS R.

In collaboration with @Jerroder, implement the GPS sync protocol for
Canon EOS R.

* Update README to include Canon EOS R GPS support.

* Refactor and attempt to correct Canon EOS GPS support.

Rename 'M6' to 'Smart' and 'R' to 'Remote' to better reflect the
connection types.

Refactor GPS support from 'Remote' into 'Smart'.

Canon EOS smart device connections support basic shutter release and GPS.
Canon EOS remote device connections support shutter and autofocus, but
not GPS.

* Move the final write to CHR_IDEN_UUID characteristic to after subscribing to the geo characteristic, Make coordinates absolute (#230)

Co-authored-by: - <->

* Use static_cast throughout.

* Update feature table compatibility.

Update compatibility for Canon and Nikon in different connection modes.

---------

Co-authored-by: Oaksen <[email protected]>

vTEST-189a

Toggle vTEST-189a's commit message
Update feature table compatibility.

Update compatibility for Canon and Nikon in different connection modes.

v3.5.0

Toggle v3.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix connect cancel handling. (#228)

During a failed reconnect, the cancel request was effectively ignored.
Correct this.

v3.5.0-rc3

Toggle v3.5.0-rc3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Correct Fujifilm GPS day and month ordering. (#227)

Correct the order of day and month in the structure, this appears to
have been wrong from day zero.

Fix GPS updates for FujifilmSecure.

Simplify and correct GPS data handling.

v3.5.0-rc2

Toggle v3.5.0-rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix FauxNY connection. (#226)

vTEST-224a

Toggle vTEST-224a's commit message
Appease clang-format.

v3.5.0-rc1

Toggle v3.5.0-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix finding client during disconnect event. (#220)

With target RPA active, addresses change before connection and after
identify resolution.
This resulted in a failure to find the right client handle when
searching by peer address.

Fix this by finding the client by connection handle.

vTEST-208ac

Toggle vTEST-208ac's commit message
Move test build version logic into workflow.

Leverage the build system and github actions to handle the test version
stuff.

v3.5.0-rc0

Toggle v3.5.0-rc0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update M5 libraries. (#218)

Update M5Unified to 0.2.8.
Update M5GFX to 0.2.10.

vTEST-208ab

Toggle vTEST-208ab's commit message
Fix reconnect after initial pairing.

Further record the pairing state so reconnect immediately after initial
pairing works.