Ron Evans

Results 1016 comments of Ron Evans
trafficstars

@MrNavaStar did you happen to install TinyGo from source? If so, you probably need to run ```shell git submodule update --init make gen-device ```

OK thanks everyone. Now closing.

Where was that code obtained from? And what OS/version of GoCV, OpenCV, and Go?

The import ```go import ( "github.com/tinygo-org/tinygo/src/machine" ) ``` Is not valid. It should be only: ```go import ( "machine" ) ```

Closing since question appears to have been answered. Please reopen if needed.

> cbgo changes are needed anyway as BTPeripheralManagerDidStartAdvertising isn't exposed @ghostway0 could you please explain what you mean by that? Also, looks like some other functions still need to be...

See https://github.com/tinygo-org/tinygo-site/pull/419 for PR that adds the missing files.

See https://pkg.go.dev/cmd/go#hdr-Remote_import_paths for more info

Probably comes from this board: https://wiki.seeedstudio.com/LoRa_E5_mini/