1. 12 4月, 2019 5 次提交
    • M
    • V
      replace with strerror (#2663) · 1efcd21b
      Victor Aprea 提交于
      1efcd21b
    • M
      Set ESP-IDF to 3.2 (#2662) · 7b5cd47d
      Me No Dev 提交于
      * Set IDF to v3.2
      
      * Remove BLE submodule
      
      * Add BLE lib source
      
      * Update Camera example to support OV3660
      7b5cd47d
    • A
      Properly allocate string and remove warning (#2652) · 14126060
      Arsham Skrenes 提交于
      * Properly allocate string and remove warning
      
      The former way generates the following warning:
      ISO C++ forbids converting a string constant to 'char*'
      
      This change makes a character array the size of the string with null ending. It's clearer and gets rid of the warning.
      
      * Better way
      
      Since this is technically immutable, the type should reflect this too.
      14126060
    • V
      Alternative Improve _uploadReadByte (#2656) · 25c0b522
      Victor Aprea 提交于
      * add opportunity for more than one retry to _uploadReadByte
      
      * an alternative timeout-based method to making _uploadReadByte more resilient
      
      * move timing variables in the correct scope
      
      * implement and use client.getTimeout instead of hard-coded timeout in _uploadReadByte
      
      * add missing return
      
      * some refactoring to address respecting the timeout in a potentially deadlocked connection
      
      * fix spelling in comment
      
      * address review comments; move impl to cpp file for getTimeout, and remove local variable for currentMillis
      
      * remove redundant cast
      
      * need to check for timeout outside the inner while as well
      
      * update WebUpdate example to print something in unexpected callback condition
      
      * update log_e messages per review comments
      25c0b522
  2. 11 4月, 2019 3 次提交
  3. 10 4月, 2019 14 次提交
  4. 04 3月, 2019 1 次提交
  5. 03 3月, 2019 8 次提交
  6. 20 2月, 2019 1 次提交
  7. 18 2月, 2019 2 次提交
  8. 15 2月, 2019 1 次提交
  9. 14 2月, 2019 5 次提交