jadefox10200
jadefox10200
This package seems to have gotten more attention than I thought it would. I have barely worked on it over the years. Anyone willing to do further documentation to make...
I am building a GPS tracker using the AI Thinker A9G board which uses GSM and GPS. I am using a Pico RP2040 as the controller to run the A9G...
timer.modTimer appears to not be implemented. The error I am getting is: ```tinygo:ld.lld: error: undefined symbol: time.modTimer referenced by tick.go:60 (/opt/homebrew/Cellar/go/1.19.4/libexec/src/time/tick.go:60) /Users/stillshot/Library/Caches/tinygo/thinlto/llvmcache-0ACC4295CB94FD749B6046AA38636C6DBE5FF8A5:((*time.Ticker).Reset) failed to run tool: ld.lld error: failed to...