Makefile-user.mk 871 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. ## Local build configuration
  2. ## Parameters configured here will override default and ENV values.
  3. ## Uncomment and change examples:
  4. ## Add your source directories here separated by space
  5. # MODULES = app
  6. # EXTRA_INCDIR = include
  7. ## ESP_HOME sets the path where ESP tools and SDK are located.
  8. ## Windows:
  9. # ESP_HOME = c:/Espressif
  10. ## MacOS / Linux:
  11. # ESP_HOME = /opt/esp-open-sdk
  12. ## SMING_HOME sets the path where Sming framework is located.
  13. ## Windows:
  14. # SMING_HOME = c:/tools/sming/Sming
  15. ## MacOS / Linux
  16. # SMING_HOME = /opt/sming/Sming
  17. ## COM port parameter is reqruied to flash firmware correctly.
  18. ## Windows:
  19. # COM_PORT = COM3
  20. ## MacOS / Linux:
  21. # COM_PORT = /dev/tty.usbserial
  22. ## Com port speed
  23. # COM_SPEED = 115200
  24. ## Configure flash parameters (for ESP12-E and other new boards):
  25. # SPI_MODE = dio
  26. ## SPIFFS options
  27. # DISABLE_SPIFFS = 1
  28. SPIFF_FILES = web