Martin Bohun Hormann

Results 3 comments of Martin Bohun Hormann

> Just tried the 04082023 image and I'm seemingly getting a crash a few seconds after the login screen is displayed - anyone else had that? Is it related to...

@sxa UPDATE: I double-checked, and I can have the UART adapter AND my USB-C dock connected BOTH at the time of the boot, and it works as expected. HOWEVER my...

I have a similar problem; I simply check if I got back a valid JSON containing (for example) latitude: ```sh #!/bin/sh SESSION_DIR=~/record_gps-`date +%s` mkdir ${SESSION_DIR} while true; do loc_json=`termux-location`; if...