mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-31 09:49:03 +00:00
machine/pyportal: add needed values to board file for ninafw BLE support
Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
@@ -110,8 +110,9 @@ const (
|
||||
|
||||
// NINA-W102 settings
|
||||
const (
|
||||
NINA_BAUDRATE = 912600
|
||||
NINA_RESET_INVERTED = true
|
||||
NINA_BAUDRATE = 912600
|
||||
NINA_RESET_INVERTED = true
|
||||
NINA_SOFT_FLOWCONTROL = false
|
||||
)
|
||||
|
||||
// I2S pins
|
||||
|
||||
Reference in New Issue
Block a user