7 lines
86 B
C++
7 lines
86 B
C++
|
|
#ifndef WIFI_H
|
||
|
|
#define WIFI_H
|
||
|
|
|
||
|
|
void init_wifi();
|
||
|
|
void scanAndUpdateSSIDList();
|
||
|
|
|
||
|
|
#endif
|