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

@ -30,9 +30,6 @@
namespace WifiAP
{
#define AP_MAC 0x00, 0xF0, 0x77, 0x77, 0x77, 0x77
#define AP_NAME "melonAP"
const u8 APMac[6] = {AP_MAC};
#define PWRITE_8(p, v) *p++ = v;