8000 Added NONOS SDK 3.0.0 ~ 3.0.5 (again) by metarutaiga · Pull Request #8736 · esp8266/Arduino · GitHub
[go: up one dir, main page]

Skip to content

Added NONOS SDK 3.0.0 ~ 3.0.5 (again) #8736

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Dec 6, 2022
Prev Previous commit
Next Next commit
rf_cal[0] !=0x05,is 0x00
  • Loading branch information
TAiGA committed Dec 1, 2022
commit e155513821f02bd67d943e3723228a04e25e5c33
3 changes: 3 additions & 0 deletions cores/esp8266/core_esp8266_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,9 @@ extern "C" void ICACHE_FLASH_ATTR user_pre_init(void)
break;
}

extern uint32_t user_rf_cal_sector_set(void);
user_rf_cal_sector_set();

const partition_item_t at_partition_table[] =
{
{ SYSTEM_PARTITION_RF_CAL, rf_cal, 0x1000 },
Expand Down
0