Repo for ESP32 Weather Station Development
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

.project 513B

1234567891011121314151617181920
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <projectDescription>
  3. <name>Weather_ESP</name>
  4. <comment></comment>
  5. <projects>
  6. </projects>
  7. <buildSpec>
  8. <buildCommand>
  9. <name>org.eclipse.cdt.core.cBuilder</name>
  10. <triggers>clean,full,incremental,</triggers>
  11. <arguments>
  12. </arguments>
  13. </buildCommand>
  14. </buildSpec>
  15. <natures>
  16. <nature>org.eclipse.cdt.core.cnature</nature>
  17. <nature>org.eclipse.cdt.core.ccnature</nature>
  18. <nature>com.espressif.idf.core.idfNature</nature>
  19. </natures>
  20. </projectDescription>