Repo for ESP32 Weather Station Development
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

8 行
234B

  1. #
  2. # Main Makefile. This is basically the same as a component makefile.
  3. #
  4. # (Uses default behaviour of compiling all source files in directory, adding 'include' to include path.)
  5. COMPONENT_SRCDIRS := .
  6. COMPONENT_ADD_INCLUDEDIRS := .