Tapatalk

PlatformIO & talk2 boards

PlatformIO & talk2 boards

3

PostApr 03, 2018#1

Is anyone using platformIO?  What board are you specifying in platform.ini? Any other tricks?   

I'm getting a ton of errors relating to SPI.h, 'SPCR' not declared, etc.

dave

PostJul 07, 2018#2

Is no one using platformio?  I've sorted most of my issues but would really like to know what board definition works best.

dave

1

PostAug 18, 2018#3

svwhisper wrote: Is no one using platformio?  I've sorted most of my issues but would really like to know what board definition works best.

dave
I use:
platform = atmelavr
board = moteino
framework = arduino

Martin

3

PostAug 19, 2018#4

Thanks, Martin.  I'll give that a go.

1

PostMar 06, 2020#5

[env:whispernode]
platform = atmelavr
board = whispernode
framework = arduino