diff options
author | Pete Johanson <[email protected]> | 2024-10-10 10:49:51 -0600 |
---|---|---|
committer | GitHub <[email protected]> | 2024-10-10 12:49:51 -0400 |
commit | dab4b2cdf3cf880b4e95e58a983307a90cac9993 (patch) | |
tree | c6e4792dd47ee4c5a078166dd88140a880e0b66e | |
parent | 78513af73ee554d7d53e271c36ddad7fab634c6a (diff) | |
download | zmk-dab4b2cdf3cf880b4e95e58a983307a90cac9993.tar.gz zmk-dab4b2cdf3cf880b4e95e58a983307a90cac9993.zip |
fix(studio): Reduce stack usage. (#2547)
* Imply nanopb setting for reduced stack usage.
-rw-r--r-- | app/src/studio/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/studio/Kconfig b/app/src/studio/Kconfig index d1315070e6..8d70bde6fe 100644 --- a/app/src/studio/Kconfig +++ b/app/src/studio/Kconfig @@ -35,6 +35,7 @@ menuconfig ZMK_STUDIO_RPC # These two save stack size imply NANOPB_NO_ERRMSG imply NANOPB_WITHOUT_64BIT + imply NANOPB_NO_ENCODE_SIZE_CHECK imply ZMK_STUDIO_LOCKING if !ARCH_POSIX select CBPRINTF_LIBC_SUBSTS if ARCH_POSIX select SETTINGS |