From 4696b180034f3a6d2a8a0418177a87194dd0bfbc Mon Sep 17 00:00:00 2001 From: Guo-Rong <5484552+gkoh@users.noreply.github.com> Date: Fri, 4 Oct 2024 15:16:49 +0930 Subject: [PATCH] Re-enable exceptions. (#139) * 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 --- README.md | 1 + platformio.ini | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd4bb4c..740cbef 100644 --- a/README.md +++ b/README.md @@ -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)) diff --git a/platformio.ini b/platformio.ini index 8596840..2c31298 100644 --- a/platformio.ini +++ b/platformio.ini @@ -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