AWOL:
'GPRMC'BZZZT
I tried:
if(!(strcmp(buffer, 'GPRMC') == 0 && data_index == false))
and got the error message:
invalid conversion from 'int' to 'const char*'
AWOL:
'GPRMC'BZZZT
I tried:
if(!(strcmp(buffer, 'GPRMC') == 0 && data_index == false))
and got the error message:
invalid conversion from 'int' to 'const char*'