example to take LoRa packet and output over UDP
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
module lilygot3s3
|
||||
|
||||
go 1.26.2
|
||||
|
||||
require (
|
||||
github.com/jwetzell/osc-go v0.3.0
|
||||
tinygo.org/x/drivers v0.35.0
|
||||
tinygo.org/x/espradio v0.1.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
|
||||
github.com/soypat/lneto v0.1.1-0.20260425023453-aa77403a2b32 // indirect
|
||||
)
|
||||
|
||||
replace tinygo.org/x/drivers => /Users/jwetzell/Projects/drivers
|
||||
|
||||
replace tinygo.org/x/espradio => /Users/jwetzell/Projects/espradio
|
||||
Reference in New Issue
Block a user