diff --git a/RemoteIDSpoofer/frontend.cpp b/RemoteIDSpoofer/frontend.cpp index ebecedd..24874d5 100644 --- a/RemoteIDSpoofer/frontend.cpp +++ b/RemoteIDSpoofer/frontend.cpp @@ -74,9 +74,9 @@ String Frontend::HTML() { )rawliteral"; msg += "
Current Coordinates: "; - msg += String(latitude); + msg += String(latitude, 10); msg += ", "; - msg += String(longitude); + msg += String(longitude, 10); msg += "
\n"; msg += "Pressing this button will cause the device to turn off the web server and enter spoofing only mode.
\n";