archive old bbnow driver
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
#ifndef _WIFI_HPP
|
||||
#define _WIFI_HPP
|
||||
|
||||
#include "esp_err.h"
|
||||
|
||||
class Wifi {
|
||||
public:
|
||||
static esp_err_t init();
|
||||
};
|
||||
|
||||
|
||||
#endif /* _WIFI_HPP */
|
||||
|
||||
Reference in New Issue
Block a user