UNPKG

zephyr-dfu

Version:

The Capacitor plugin provides an implementation of the McuManager protocol supported by Zephyr.

7 lines 252 B
import { registerPlugin } from '@capacitor/core'; const ZephyrDfu = registerPlugin('ZephyrDfu', { web: () => import('./web').then(m => new m.ZephyrDfuWeb()), }); export * from './definitions'; export { ZephyrDfu }; //# sourceMappingURL=index.js.map