docs/esp8266/tutorial: Fix typo, change -> changed.

pull/3483/merge
Ryan Finnie 2017-12-09 22:52:27 -08:00 zatwierdzone przez Damien George
rodzic 19c7098e18
commit 1e2b78111b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -14,7 +14,7 @@ current frequency use::
>>> machine.freq()
80000000
By default the CPU runs at 80MHz. It can be change to 160MHz if you need more
By default the CPU runs at 80MHz. It can be changed to 160MHz if you need more
processing power, at the expense of current consumption::
>>> machine.freq(160000000)