Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 97ba91b

Browse files
committedDec 24, 2015
Merge pull request #1301 from hallard/master
Set default WifInfo board speed to 160MHz
2 parents dfe2b81 + 659c33a commit 97ba91b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎boards.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,7 @@ wifinfo.serial.disableDTR=true
810810
wifinfo.serial.disableRTS=true
811811

812812
wifinfo.build.mcu=esp8266
813-
wifinfo.build.f_cpu=80000000L
813+
wifinfo.build.f_cpu=160000000L
814814
wifinfo.build.core=esp8266
815815
wifinfo.build.variant=wifinfo
816816
wifinfo.build.flash_mode=qio

0 commit comments

Comments
 (0)
Please sign in to comment.