regist.h 242 B

12345678910111213
  1. #ifndef _REGIST_H_
  2. #define _REGIST_H_
  3. #include "stm32f10x.h"
  4. //#define REGIST_SERVER "z18z017026.51vip.biz"
  5. //#define REGIST_PORT "40202"
  6. #define REGIST_SERVER "pca.tuoren.com"
  7. #define REGIST_PORT "8888"
  8. void DeviceRegist(void);
  9. #endif