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

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

Custom endPoint #67

Closed Mit4el closed 1 week ago

Mit4el commented 4 weeks ago

hi, is sending a custom endpoint implemented in your library? couldn't find it in the code, can you specify?

mateogianolio commented 3 weeks ago

Hey, do you mean sending data to custom path? It's not in the readme, but in the example app there is a screen for sending custom data.

https://github.com/orbital-systems/react-native-esp-idf-provisioning/blob/master/example/src/SendDataScreen.tsx

mateogianolio commented 1 week ago

README (or separate API docs) should be added but will create another issue for that. Please refer to the example app for now, which has examples for data transmission.