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

Corrected typos: Yun -> Yún

This commit is contained in:
Federico Fissore
2014-05-30 12:17:09 +02:00
parent 74b853bf99
commit c387f87329
30 changed files with 82 additions and 84 deletions

View File

@ -13,7 +13,7 @@
a final key combination (CTRL-U).
Circuit:
* Arduino Leonardo, Micro, Due, LilyPad USB, or Yun
* Arduino Leonardo, Micro, Due, LilyPad USB, or Yún
* wire to connect D2 to ground.
created 5 Mar 2012

View File

@ -66,7 +66,7 @@ We suggest to delay the adoption of the new format until a stable 1.5.x is relea
* Added missing keywords: YunServer, YunClient, pow
* Improved folder ignore: now hidden, starting with a dot, and SCCS folders are ignored
* Improved auto format: now handled by Artistic Style http://astyle.sourceforge.net/
* Improved SSH uploader (Arduino Yun): uses file ~/.ssh/config if available.
* Improved SSH uploader (Arduino Yún): uses file ~/.ssh/config if available.
Allows public key only authentication and ssh servers listening on ports other than 22.
* Font anti-aliasing now ON by default (users will have to either delete or manually edit their preferences.txt file)
* Added warning message when opening sketches with additional files with illegal names
@ -113,14 +113,14 @@ ARDUINO 1.5.4 BETA 2013.09.10
[ide]
* Revert to English locale if the system default is not available
* Added support for Arduino Yun
* Added support for Arduino Yún
* Autodetect of boards connected to each serial port
* Network upload and discovery for Arduino Yun
* Network upload and discovery for Arduino Yún
[libraries]
* sam: fixed wrong SPI initialization (noblepepper)
* updated all instances of Adafruit_GFX to the latest version
* added libraries for Arduino Yun
* added libraries for Arduino Yún
[core]
* avr: fixed bug introduced with recent optimizations in HardwareSerial (atmega8 cpu) (darryl)