bosko lekovic
/
EthToCom_11
nova proba
Diff: main.cpp
- Revision:
- 5:c9a908749d4c
- Parent:
- 4:7abcf4543282
- Child:
- 7:7ea932eb31f6
--- a/main.cpp Sat Apr 11 17:11:38 2020 +0000 +++ b/main.cpp Sun Apr 12 17:59:57 2020 +0000 @@ -8,6 +8,10 @@ #include "dataFlash.h" #include "string.h" + + + + volatile PFV pfv = NULL; @@ -24,6 +28,7 @@ } Thread pfv_thread(pfv_fun); + C_HTMLparse *gpc_html; int main(void) { @@ -33,11 +38,10 @@ init_FlashData( ); showFlashData( ); - init_html( ); - putHTMLintoFlash( ); - refreshDataFromFlash( ); + gpc_html = new C_HTMLparse; - showFlashData( ); +// putHTMLintoFLASH( gpc_html ); + putFLASHintoHTML( gpc_html ); init_EthToScom( ); @@ -45,7 +49,7 @@ extern void test_HTML(void); - test_HTML( ); + // test_HTML( ); int i=0;