Search found 2 matches

by iancoull
Tue Feb 28, 2023 12:26 am
Forum: General Discussion
Topic: ESP_LOG
Replies: 2
Views: 1814

Re: ESP_LOG

Thank you very much that has got me further down the road. It pays to read carefully I thought this had only to be done only once.
Much appreciated. :D
by iancoull
Mon Feb 27, 2023 1:17 am
Forum: General Discussion
Topic: ESP_LOG
Replies: 2
Views: 1814

ESP_LOG

Hi Forum Im new to ESP32 programming I have compiled and downloaded a few projects successfully using vscode and platformio my platformio.ini includes: platform = espressif32 board = az-delivery-devkit-v4 framework = espidf i have added #include "esp_log.h" to a working project currently measuring t...