Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added possibility to use ESP32-IDF log insted of redefined one #4845

Merged
merged 3 commits into from Feb 22, 2021

Commits on Feb 21, 2021

  1. Added possibility to use ESP32-IDF log insted of redefined one by Ard…

    …uino HAL
    Mattia Pini committed Feb 21, 2021
    Configuration menu
    Copy the full SHA
    9767e5e View commit details
    Browse the repository at this point in the history
  2. Fixed CI

    Mattia Pini committed Feb 21, 2021
    Configuration menu
    Copy the full SHA
    3e60f6c View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2021

  1. Renamed USE_ESP32_LOG to USE_ESP_IDF_LOG

    Changed TAG definition to "arduino"
    Removed switch in log_to_esp and used ESP_LOG_LEVEL_LOCAL
    Added missing isr_log_* definitions
    FIxed conditional definitions of log MACROs
    Mattia Pini committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    b49f056 View commit details
    Browse the repository at this point in the history