8000 fix flashinit panic not printing by mhightower83 · Pull Request #8762 · esp8266/Arduino · GitHub
[go: up one dir, main page]

Skip to content

fix flashinit panic not printing #8762

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 11 commits into from
Dec 22, 2022
Merged
1 change: 0 additions & 1 deletion cores/esp8266/core_esp8266_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,6 @@ extern "C" void __disableWiFiAtBootTime (void)
extern "C" const char *flashinit (void);
uint32_t __flashindex;
#endif
#endif

#if (NONOSDK >= (0x30000))
#undef ETS_PRINTF
Expand Down
0