mirror of
https://github.com/tebl/RC6502-Apple-1-Replica.git
synced 2025-02-14 04:30:39 +00:00
PIA Communicator/platformio.ini: Fix deprecated warning on lib_extra_dirs/env and add default baudrate (monitor_speed)
- Addresses warning on build: `lib_extra_dirs` configuration option is deprecated in section [platformio]! Please move it to global `env` section. - Sets default baud-rate on PlatformIO Serial Monitor.
This commit is contained in:
parent
7041009bc5
commit
83aa786751
@ -10,9 +10,12 @@
|
||||
|
||||
[platformio]
|
||||
src_dir = pia_communicator
|
||||
|
||||
[env]
|
||||
lib_extra_dirs = lib/MCP23S17
|
||||
|
||||
[env:nanoatmega328]
|
||||
platform = atmelavr
|
||||
board = nanoatmega328
|
||||
framework = arduino
|
||||
monitor_speed = 115200
|
||||
|
Loading…
x
Reference in New Issue
Block a user