make it actually connect. hark hark hark

This commit is contained in:
Arisotura
2020-06-15 16:06:00 +02:00
parent c6dc5dfc4b
commit afbdd96a90
4 changed files with 252 additions and 45 deletions

View File

@ -22,6 +22,11 @@
namespace WifiAP
{
#define AP_MAC 0x00, 0xF0, 0x77, 0x77, 0x77, 0x77
#define AP_NAME "melonAP"
extern const u8 APMac[6];
bool Init();
void DeInit();
void Reset();