feat(esp8266): Support 40MHz XTAL

This commit is contained in:
Dong Heng
2020-10-29 11:36:46 +08:00
parent dda5062c80
commit 29d3ef68b7
5 changed files with 64 additions and 6 deletions

View File

@@ -27,7 +27,7 @@
extern "C" {
#endif
#define CRYSTAL_USED 26
#define CRYSTAL_USED CONFIG_ESP8266_XTAL_FREQ
typedef enum {
ESP_MAC_WIFI_STA,