Code: Select all
ESP_LOGI("gps decode v2", "what is p for lat %s, what is atof(p) %.7f, atof(p)/100 %10lf, templat %lf",p,atof(p),atof(p)/100,temp_lat);
Code: Select all
ESP_LOGI("gps decode v2", "what is p for lat %s, what is atof(p) %.7f, atof(p)/100 %10lf, templat %lf",p,atof(p),atof(p)/100,temp_lat);