1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Small fixes to avr/boards.txt:

- adjusted Mega board name
- moved pid/vid to the proper place
- defined default build.board prop (so the IDE stops warning about that)

See #1605
This commit is contained in:
Cristian Maglie
2013-10-09 16:55:47 +02:00
parent 058ee205ba
commit be58b435fb
2 changed files with 9 additions and 6 deletions

View File

@ -16,6 +16,7 @@ ARDUINO 1.5.5 BETA
(http://www.djerickson.com/arduino/)
* avr: Fixed wrong extended fuses on Arduino Yún when using external programmer
* avr: Added yun variant with LED_BUILTIN definition
* avr: Refactored Mega* variants definitions in boards.txt (Kristian Sloth Lauszus)
ARDUINO 1.5.4 BETA 2013.09.10