Hello,
For my Thingy91 I want to do some simple HTTP POST. I had a look at the https client sample (nrf/samples/net/https_client) and thought It could be a good baseline for my project.
But In Visual Studio I saw I was in for a good time when Thingy91 was not among the compatible boards for the sample when adding a build configuration :). The 9160dk, 9161dk and 7002dk board is, but I added a config for the Thingy91 hoping it was just minor thing.
But when building I get the error: undefined reference to `tls_credential_add'. Adding a config for a compatible board and then build works just fine. I tried looking up documentation for that function, because I suspect I am missing some configuration, but had no luck.
Does anyone know why the Thingy91 does not work with the sample?