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

Compile errors with current esp-idf mitigated. ESP-WROVER-KIT 4.1 menuconfig option added. #71

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jun 23, 2019

  1. GPIO.h added to avoid implicit declaration error of gpio_set_level() …

    …while compiling
    Roman Roor committed Jun 23, 2019
    Configuration menu
    Copy the full SHA
    34bb887 View commit details
    Browse the repository at this point in the history
  2. Comment of line 682 to avoid: ESP32_TFT_library/components/spiffs/spi…

    …ffs_nucleus.c:682:346: error: self-comparison always evaluates to false [-Werror=tautological-compare] SPIFFS_VALIDATE_OBJIX(objix->p_hdr, obj_id, objix->p_hdr.span_ix);
    Roman Roor committed Jun 23, 2019
    Configuration menu
    Copy the full SHA
    e7fc2f3 View commit details
    Browse the repository at this point in the history
  3. Added make menuconfig entry + config variables in tftspi.h for ESP-WR…

    …OVER-KIT 4.1
    Roman Roor committed Jun 23, 2019
    Configuration menu
    Copy the full SHA
    8ef22ed View commit details
    Browse the repository at this point in the history