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

Revert to English locale if the system default is not available

See #1525
This commit is contained in:
Cristian Maglie
2013-09-06 16:02:42 +02:00
committed by Federico Fissore
parent 4cbd435163
commit 33a177260e
2 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,9 @@
ARDUINO 1.5.4 BETA
[ide]
* Revert to English locale if the system default is not available
[libraries]
* sam: fixed wrong SPI initialization (noblepepper)