Skip to content

Commit

Permalink
Re-enable exceptions. (#139)
Browse files Browse the repository at this point in the history
* Re-enable exceptions.

This is extra weird, disabling exceptions via compiler flags breaks
new pairing with Fujifilm cameras.

I don't understand, re-enable for now.

* Add X-S20 to known working list.

Thanks to @kelvincabaldo07
  • Loading branch information
gkoh authored Oct 4, 2024
1 parent 0cdcb28 commit 4696b18
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ The following devices have actually been tested and confirmed to work:
- Fujifiml X-H1
- Fujifilm X-H2S ([@val123456](https://github.com/val123456))
- Fujifilm X-S10 ([@dimitrij2k](https://github.com/dimitrij2k))
- Fujifilm X-S20 ([@kelvincabaldo07](https://github.com/kelvincabaldo07))
- Fujifilm X-T200 ([@Cronkan](https://github.com/Cronkan))
- Fujifilm X-T30
- Fujifilm X-T5 ([@stulevine](https://github.com/stulevine))
Expand Down
1 change: 0 additions & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[furble]
build_flags = -Wall
-fno-exceptions
-DFURBLE_VERSION=\"${sysenv.FURBLE_VERSION}\"
-DCORE_DEBUG_LEVEL=3
-DCONFIG_BT_NIMBLE_LOG_LEVEL=3
Expand Down

0 comments on commit 4696b18

Please sign in to comment.