nanopb Questions
4
Solved
My app started crashing right on startup on iOS 17.4. Prior this version everything was ok. Crashlytics says this is some crash in nanopb on main thread in pb_check_proto3_default_value + 342.
Cras...
Geoffrey asked 7/3, 2024 at 16:3
1
Solved
I am getting "HTTP/2 client preface string missing or corrupt."
My thoughts are that it has to do with the headers not being set correctly. It is likely the implementation of WifiClient/W...
Hierophant asked 10/12, 2021 at 22:44
2
Solved
I am trying to update, Firebase version to 8.4.0 and running into following error. To update, I specified the Firebase/Core, Firebase/Crashlytics, Firebase/Performance's version to 8.4.0 in my pod ...
2
Solved
My task is to connect via bluetooth from an android device to the device running nanoPB.
I know NonoPB handles certian things like enums diffrently... Can NanoPB handle enums if they are passed? O...
Toenail asked 6/8, 2014 at 11:33
1
Solved
I'm working with Nanopb, where the string variable from the generated proto file, is converted to pb_callback_t
So, far I'm trying with a test example of callbacks from nanopb;
bool encode_string...
Immobility asked 20/8, 2019 at 8:29
1
Solved
I'm having a hard time in realizing how to use the repeated field rule.
for example, this is my .proto:
message Test
{
repeated float value = 1;
}
now, I'm initialize a new Test object:
Test t...
Splashy asked 23/8, 2017 at 15:44
1
© 2022 - 2025 — McMap. All rights reserved.