Prototype envoi géolocalisations

This commit is contained in:
2024-12-11 01:30:21 +01:00
parent db7a0b970d
commit bdd53eb8bb
10 changed files with 140 additions and 32 deletions

View File

@ -0,0 +1,3 @@
export const Constants = {
MIN_DELAY_LOCATION_SENT: 20
}