1. 07 4月, 2020 1 次提交
  2. 25 1月, 2020 1 次提交
  3. 10 4月, 2019 1 次提交
  4. 29 11月, 2018 1 次提交
    • L
      Clean warnings when all warning enabled (#2112) · ce340faf
      Luc 提交于
      * Clean warnings when all warning enabled
      
      Not used variables / functions due to debug log
      
      Dual define with different values :
      cores\esp32/binary.h
      #define B110 6
      #define B1000000 64
      
      tools/sdk/include/newlib/sys/termios.h
      #define B110        3
      #define B1000000   23
      
      Local variable returned in WiFiclient Secure
      
      * change due to deprecated function
      
      * Update with proper variable and label
      
      * Update esp32-hal-i2c.c
      
      * Apply changes requested
      
      * Fix warnings due to #define conflict thanks @atanisoft
      ce340faf
  5. 24 11月, 2017 1 次提交
  6. 09 10月, 2017 1 次提交
  7. 01 8月, 2017 1 次提交
  8. 07 7月, 2017 1 次提交
  9. 20 3月, 2017 1 次提交
  10. 10 3月, 2017 1 次提交