bosko lekovic
/
ETHtoCOM_10
nova verzija tcp+udp->serial com
Diff: DataFlash/dataFlash.cpp
- Revision:
- 24:ec9446d86668
- Parent:
- 22:11279d24a105
diff -r 766819b4c453 -r ec9446d86668 DataFlash/dataFlash.cpp --- a/DataFlash/dataFlash.cpp Fri Jun 12 00:23:19 2020 +0200 +++ b/DataFlash/dataFlash.cpp Thu Jun 18 18:43:02 2020 +0200 @@ -196,10 +196,10 @@ //#define COPY_IP_FLASH_TO_HTML( dest, source ) if( test_ip( gps_rd->source ) ) pch->dest( gps_rd->source ); #define COPY_IP_FLASH_TO_HTML( param ) if( test_ip( gps_rd->param ) ) pch->set_##param( gps_rd->param ); -#define COPY_IP_FLASH_TO_HTML_idx( param, idx ) if( test_ip( gps_rd->param[idx] ) ) pch->set_##param( idx+1, gps_rd->param[idx] ); +#define COPY_IP_FLASH_TO_HTML_idx( param, idx ) /* if( test_ip( gps_rd->param[idx] ) )*/ pch->set_##param( idx+1, gps_rd->param[idx] ); #define COPY_PORT_FLASH_TO_HTML( param ) if( test_num( gps_rd->param )) pch->set_##param(gps_rd->param); -#define COPY_PORT_FLASH_TO_HTML_idx( param, idx ) if( test_num( gps_rd->param[idx] )) pch->set_##param(idx+1, gps_rd->param[idx]); +#define COPY_PORT_FLASH_TO_HTML_idx( param, idx ) /* if( test_num( gps_rd->param[idx] ))*/ pch->set_##param(idx+1, gps_rd->param[idx]); void putFLASHintoHTML( C_HTMLparse *pch ) {