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

@ -192,6 +192,8 @@ esp_sleep_wakeup_cause_t print_wakeup_reason(){ // from https://randomnerdtutor
void setup() {
esp_log_level_set("*", ESP_LOG_VERBOSE);
// delay(5000);
// #define uS_TO_S_FACTOR 1000000ULL /* Conversion factor for micro seconds to seconds */

Loading…
Cancel
Save

Powered by TurnKey Linux.