http test, not working

This commit is contained in:
2020-11-15 23:10:03 +01:00
parent 4f27f18970
commit b9e1baee5b
6 changed files with 82 additions and 6 deletions

9
cube/User/Inc/httpTest.h Normal file
View File

@ -0,0 +1,9 @@
#ifndef _HTTPTEST_H_
#define _HTTPTEST_H_
#include <stdint.h>
void httpTestInit();
#endif /* _HTTPTEST_H_ */