1. 12 Apr, 2019 5 commits
    • me-no-dev's avatar
    • Victor Aprea's avatar
      replace with strerror (#2663) · 1efcd21b
      Victor Aprea authored
      1efcd21b
    • Me No Dev's avatar
      Set ESP-IDF to 3.2 (#2662) · 7b5cd47d
      Me No Dev authored
      * Set IDF to v3.2
      
      * Remove BLE submodule
      
      * Add BLE lib source
      
      * Update Camera example to support OV3660
      7b5cd47d
    • Arsham Skrenes's avatar
      Properly allocate string and remove warning (#2652) · 14126060
      Arsham Skrenes authored
      * 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
    • Victor Aprea's avatar
      Alternative Improve _uploadReadByte (#2656) · 25c0b522
      Victor Aprea authored
      * 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 Apr, 2019 3 commits
  3. 10 Apr, 2019 5 commits
  4. 09 Apr, 2019 9 commits
  5. 03 Mar, 2019 9 commits
  6. 19 Feb, 2019 1 commit
  7. 18 Feb, 2019 2 commits
  8. 14 Feb, 2019 6 commits