mirror of
https://github.com/jjshoots/RemoteIDSpoofer.git
synced 2026-01-13 15:37:06 +00:00
all decimal places
This commit is contained in:
parent
346be82b28
commit
ac067964d5
@ -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";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user