archive old bbnow driver

This commit is contained in:
2026-08-14 00:51:51 -05:00
parent 8b3ab06142
commit 85e8eda976
5 changed files with 52 additions and 6 deletions
+6
View File
@@ -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 */