UNPKG

rasp-blefi

Version:

Experimental project that allow headless configuration of WIFI network on Rasperry PI using BLE.

8 lines (7 loc) 244 B
import Network from '../network'; /** * BLE characteristic for Network credential * @param network - network */ declare function NetworkCredentialCharacteristic(network: Network): void; export default NetworkCredentialCharacteristic;