From c870df88dd2d5712444531cea078cee1034da4d3 Mon Sep 17 00:00:00 2001 From: Guo-Rong <5484552+gkoh@users.noreply.github.com> Date: Fri, 4 Oct 2024 15:02:18 +0930 Subject: [PATCH 1/2] 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. --- platformio.ini | 1 - 1 file changed, 1 deletion(-) 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 From 6c14dd84c5afb9947ba4b725bad3d33e34a6c3d7 Mon Sep 17 00:00:00 2001 From: Guo-Rong <5484552+gkoh@users.noreply.github.com> Date: Fri, 4 Oct 2024 15:06:06 +0930 Subject: [PATCH 2/2] Add X-S20 to known working list. Thanks to @kelvincabaldo07 --- README.md | 1 + 1 file changed, 1 insertion(+) 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))