I would like my Electron to output an approximated longitude/latitude upon waking up. So far I’ve been trying numerous things for the entire day, but cannot find anything that works. What would the case inside void loop() have to look like?
EDIT: Found that SYSTEM_THREAD(ENABLED); makes it almost impossible to gather the geodata. It would typically take a minimum of two minutes to retrieve it. Instead, calling SYSTEM_THREAD(DISABLED) right before making the cellular location request will fetch the geodata in only 10 seconds.