Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 492 Bytes

File metadata and controls

27 lines (16 loc) · 492 Bytes

react-native-esp-idf-provisioning

React Native bindings for esp board provisioning

Installation

npm install react-native-esp-idf-provisioning

Usage

import EspIdfProvisioning from "react-native-esp-idf-provisioning";

// ...

const result = await EspIdfProvisioning.createDevice("espdevice", ...params);

Contributing

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

License

MIT