0.1.1 • Published 2 years ago

react-native-esp32-provisioning v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

react-native-esp32-provisioning

This Package is for wifi provisioning esp32 device based on official native android package (https://github.com/espressif/esp-idf-provisioning-android)

You can find a document in esp32 website https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/provisioning/wifi_provisioning.html#provisioning-tools

Installation

npm install react-native-esp32-provisioning

or

yarn add react-native-esp32-provisioning

Usage

import ESP32 from 'react-native-esp32-provisioning';

// ...

await ESP32.init(pop)

await ESP32.provise(SSID, Password)

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library