Skip to content

Commit

Permalink
Update upload-sketch.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aadek112 authored Jun 22, 2021
1 parent 41a34ee commit 76bc2b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/upload-sketch.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import subprocess
from configparser import ConfigParser

MINER_VER = '2.45' # Version number
MINER_VER = '2.49' # Version number
RESOURCES_DIR = 'AVRMiner_' + str(MINER_VER) + '_resources'

config = ConfigParser()
Expand Down

0 comments on commit 76bc2b2

Please sign in to comment.