mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-27 18:02:17 +03:00
Add 20/26MHz Flash frequencies for slow/cheap flash chips on the Generic ESP board (#6552)
A number of non-genuine boards exist mainly from flea-bay sellers that use under-sized and/or low quality flash chips which can not handle a 40MHz FlashFreq properly. This patch adds slower flash frequencies to the menu for generic ESP boards so that these cheap knock-offs can be run in a stable manner, hopefully saving some people a few headaches and keeping these boards out of landfill.
This commit is contained in:
@ -905,6 +905,10 @@ macros = {
|
||||
( '.menu.FlashFreq.40.build.flash_freq', '40' ),
|
||||
( '.menu.FlashFreq.80', '80MHz' ),
|
||||
( '.menu.FlashFreq.80.build.flash_freq', '80' ),
|
||||
( '.menu.FlashFreq.20', '20MHz' ),
|
||||
( '.menu.FlashFreq.20.build.flash_freq', '20' ),
|
||||
( '.menu.FlashFreq.26', '26MHz' ),
|
||||
( '.menu.FlashFreq.26.build.flash_freq', '26' ),
|
||||
]),
|
||||
|
||||
'flashfreq_40': collections.OrderedDict([
|
||||
|
Reference in New Issue
Block a user