mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-12 06:59:02 +08:00
Remove debug code no more used
This commit is contained in:
parent
20685e454a
commit
7aab073d55
@ -109,12 +109,6 @@ void Esp3D::begin(uint16_t startdelayms, uint16_t recoverydelayms)
|
||||
#ifdef ESP_OLED_FEATURE
|
||||
OLED_DISPLAY::begin();
|
||||
OLED_DISPLAY::splash();
|
||||
#endif
|
||||
#ifdef ARDUINO_ARCH_ESP8266
|
||||
struct rst_info *rtc_info = system_get_rst_info();
|
||||
#else
|
||||
RESET_REASON reason_0 = rtc_get_reset_reason(0);
|
||||
RESET_REASON reason_1 = rtc_get_reset_reason(1);
|
||||
#endif
|
||||
bool breset_config = false;
|
||||
web_interface = NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user