1 parent 19c7098 commit 1e2b781Copy full SHA for 1e2b781
1 file changed
docs/esp8266/tutorial/powerctrl.rst
@@ -14,7 +14,7 @@ current frequency use::
14
>>> machine.freq()
15
80000000
16
17
-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
18
processing power, at the expense of current consumption::
19
20
>>> machine.freq(160000000)
0 commit comments