all decimal places

This commit is contained in:
Jet 2023-07-08 19:57:59 +01:00
parent 346be82b28
commit ac067964d5

View File

@ -74,9 +74,9 @@ String Frontend::HTML() {
)rawliteral";
msg += "<p>Current Coordinates: ";
msg += String(latitude);
msg += String(latitude, 10);
msg += ", ";
msg += String(longitude);
msg += String(longitude, 10);
msg += "</p>\n";
msg += "<p>Pressing this button will cause the device to turn off the web server and enter spoofing only mode.</p>\n";