1. 31 5月, 2018 3 次提交
  2. 28 5月, 2018 1 次提交
  3. 26 5月, 2018 1 次提交
  4. 25 5月, 2018 3 次提交
  5. 23 5月, 2018 1 次提交
    • S
      Add `SYSTEM_EVENT_WIFI_READY` call back + WiFiMode fixes (#1322) · c24a3404
      sticilface 提交于
      * 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
  6. 22 5月, 2018 1 次提交
  7. 14 5月, 2018 12 次提交
  8. 11 5月, 2018 2 次提交
  9. 08 5月, 2018 1 次提交
  10. 02 5月, 2018 1 次提交
  11. 17 4月, 2018 1 次提交
    • S
      Add guard to handle to check for _initialized (#1321) · 1424b6d1
      sticilface 提交于
      The wifi stack initialisation must be complete before calling  `_udp_ota.parsePacket()` otherwise you just get a screen filled with 
      ```
      ```
      and due to the more async methods in ESP32 `handle()` may be called before this can occur.
      1424b6d1
  12. 16 4月, 2018 1 次提交
  13. 14 4月, 2018 3 次提交
  14. 07 4月, 2018 9 次提交