Skip to content

Commit

Permalink
Update to Twisted 15.0.0; Fix firmware uploading with PlatformIO 1.0 //
Browse files Browse the repository at this point in the history
Resolve #2
  • Loading branch information
ivankravets committed Mar 10, 2015
1 parent 10e2c7b commit 9c2a6c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions firmware/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@
# Automatic targets - enable auto-uploading
# targets = upload

[env:Arduino_Pro8MHzATmega328]
[env:Arduino_Pro16MHzATmega328]
platform = atmelavr
framework = arduino
board = pro8MHzatmega328

[env:TI_MSP430G2553]
[env:TI_LPmsp430g2553]
platform = timsp430
framework = energia
board = lpmsp430g2553
Expand Down

0 comments on commit 9c2a6c9

Please sign in to comment.