Skip to content

Commit

Permalink
platformio.ini cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
dontsovcmc committed Mar 27, 2022
1 parent f13b618 commit 1dfebbc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Attiny85/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ build_flags = -Wall
; Не со всеми USB-TTL работает из-за погрешности частоты attiny
; -DLOG_ON

lib_deps =
https://github.com/dontsovcmc/TinyDebugSerial#master
;lib_deps =
; https://github.com/dontsovcmc/TinyDebugSerial#master


; Плата Arduino в качестве программатора
Expand Down Expand Up @@ -53,6 +53,7 @@ board = attiny45
framework = arduino
board_build.mcu = attiny45
board_build.f_cpu = 1000000L
extra_scripts = objdump.py

build_flags = -Wall
upload_port = COM5
Expand Down

0 comments on commit 1dfebbc

Please sign in to comment.