Merge pull request #14 from jpdias/patch-1

Update platform.ini
This commit is contained in:
tebl 2020-12-22 15:54:43 +01:00 committed by GitHub
commit f148fc19f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -10,9 +10,12 @@
[platformio] [platformio]
src_dir = pia_communicator src_dir = pia_communicator
[env]
lib_extra_dirs = lib/MCP23S17 lib_extra_dirs = lib/MCP23S17
[env:nanoatmega328] [env:nanoatmega328]
platform = atmelavr platform = atmelavr
board = nanoatmega328 board = nanoatmega328
framework = arduino framework = arduino
monitor_speed = 115200