Skip to content

Commit

Permalink
Revert "build to BIN"
Browse files Browse the repository at this point in the history
This reverts commit 062fa0f.
  • Loading branch information
bimac committed Nov 12, 2024
1 parent 99c4609 commit 8a8dd70
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 28 deletions.
13 changes: 0 additions & 13 deletions firmware/extra_script.py

This file was deleted.

16 changes: 1 addition & 15 deletions firmware/platformio.ini
Original file line number Diff line number Diff line change
@@ -1,18 +1,4 @@
[env]
[env:attiny85]
platform = atmelavr
board = attiny85
framework = arduino
board_build.f_cpu = 8000000L
extra_scripts = post:extra_script.py

; [env:program_via_ArduinoISP]
; upload_protocol = custom
; upload_port = /dev/ttyACM0
; upload_speed = 19200
; upload_flags =
; -C ${platformio.packages_dir}/tool-avrdude/avrdude.conf
; -p $BOARD_MCU
; -P $UPLOAD_PORT
; -b $UPLOAD_SPEED
; -c stk500v1
; upload_command = avrdude $UPLOAD_FLAGS -U flash:w:$SOURCE:i

0 comments on commit 8a8dd70

Please sign in to comment.