mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-01 03:26:58 +03:00
allow control of enabling debug and debug level from IDE
This commit is contained in:
@ -101,6 +101,9 @@ static void loop_wrapper() {
|
||||
preloop_update_frequency();
|
||||
if(!setup_done) {
|
||||
setup();
|
||||
#ifdef DEBUG_ESP_PORT
|
||||
DEBUG_ESP_PORT.setDebugOutput(true);
|
||||
#endif
|
||||
setup_done = true;
|
||||
}
|
||||
loop();
|
||||
|
Reference in New Issue
Block a user