1. 18 Jun, 2018 1 commit
  2. 31 May, 2018 5 commits
  3. 28 May, 2018 1 commit
  4. 26 May, 2018 1 commit
  5. 25 May, 2018 3 commits
  6. 23 May, 2018 1 commit
    • sticilface's avatar
      Add `SYSTEM_EVENT_WIFI_READY` call back + WiFiMode fixes (#1322) · c24a3404
      sticilface authored
      * Add `SYSTEM_EVENT_WIFI_READY` call back once wifi service is init.  allows you to hook in, as the sdk does not generate this event for you.
      As it stands the SDK does not appear to set `WIFI_MODE_NULL` correctly.  if the wifi is initialised and set to `WIFI_MODE_NULL` it actually defaults to AP mode.  This fix keeps `WIFI_MODE_NULL` within the ESP class if the wifi has not been init yet, and works in my testing.  albeit a one sided conversation.
      https://github.com/espressif/arduino-esp32/issues/1306
      
      * make changes compatible with new _persistent behaviour.
      c24a3404
  7. 22 May, 2018 1 commit
  8. 14 May, 2018 12 commits
  9. 10 May, 2018 2 commits
  10. 07 May, 2018 1 commit
  11. 02 May, 2018 1 commit
  12. 16 Apr, 2018 2 commits
  13. 14 Apr, 2018 3 commits
  14. 07 Apr, 2018 1 commit
    • Me No Dev's avatar
      Update IDF to f586f5e (#1296) · 69f72eca
      Me No Dev authored
      * Update BLE lib
      
      * Update IDF to f586f5e
      
      * Restructure Bluetooth Serial includes
      
      * Update esptool and gen_esp32part
      
      * Add partition scheme selection for menuconfig
      
      * Add partition scheme selection for Arduino IDE
      
      * Fix BLE example
      
      * Second attempt BLE fix
      
      * Add exceptions to PIO
      69f72eca
  15. 06 Apr, 2018 5 commits