examples: lora/lorawan add needed build tags for lgt92/featherwing

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram
2023-01-27 00:28:53 +01:00
committed by Ron Evans
parent 3b8a808a52
commit 89f113c0ca
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
//go:build !featherwing && !stm32wlx && !sx126x
//go:build !featherwing && !lgt92 && !stm32wlx && !sx126x
package common
+1 -1
View File
@@ -1,4 +1,4 @@
//go:build featherwing
//go:build featherwing || lgt92
package common