add verbose log level

pico-v0.36-fix3
alanbjohnston 3 years ago committed by GitHub
parent 7ab873acaa
commit 359a925524
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -191,6 +191,8 @@ esp_sleep_wakeup_cause_t print_wakeup_reason(){ // from https://randomnerdtutor
}
void setup() {
esp_log_level_set("*", ESP_LOG_VERBOSE);
// delay(5000);

Loading…
Cancel
Save

Powered by TurnKey Linux.