smartconfig-plugin
v0.0.1
Published
Standalone native Espressif SmartConfig provisioning plugin
Maintainers
Readme
smartconfig-plugin
<<<<<<< HEAD The Capacitor SmartConfig plugin enables mobile apps to configure and connect ESP8266 and ESP32 smart devices to a Wi-Fi network by broadcasting network credentials directly from a smartphone.
Standalone native Espressif SmartConfig provisioning plugin
Install
To use npm
npm install smartconfig-pluginTo use yarn
yarn add smartconfig-pluginSync native files
npx cap syncAPI
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>| Param | Type |
| ------------- | ------------------------------- |
| options | { value: string; } |
Returns: Promise<{ value: string; }>
