stanleyhuangyc / Freematics

Official source code repository for Freematics
https://freematics.com
425 stars 346 forks source link

Error with duplicate declaration of enum in sim5360test.ino #57

Open syk543277780 opened 6 years ago

syk543277780 commented 6 years ago

Error with duplicate declaration of enum in sim5360test.ino

typedef enum { HTTP_GET = 0, HTTP_POST, } HTTP_METHOD;