This commit is contained in:
2026-04-23 10:50:18 +08:00
commit a436fda935
844 changed files with 272643 additions and 0 deletions

11
IAPV1.1/Driver/net/hal.h Normal file
View File

@ -0,0 +1,11 @@
#ifndef __HAL_H
#define __HAL_H
static unsigned char myip[4] = {192,168,2,8};
static unsigned char fwip[4];
static unsigned char tempfwip[16];
static unsigned char fwmac[6];
static unsigned char tempfwmac[17];
static unsigned char my_ip[13] = {"192.168.2.8"};
static unsigned char iptemp[4];
#endif