orbital-systems / react-native-esp-idf-provisioning

ESP IDF provisioning and custom data library for react-native
MIT License
26 stars 6 forks source link

`capabilities` and `versionInfo` are always `undefined` #44

Closed mateogianolio closed 4 months ago

mateogianolio commented 9 months ago

I noticed this when testing yesterday. They should be defined as getters instead of statically defined in JS land because they are always undefined until the device is connected. Also, I don't think they make much sense in SoftAP mode.