Skip to content

ESP32 Arduino Release 1.0.6 based on ESP-IDF v3.3.5

Compare
Choose a tag to compare
@me-no-dev me-no-dev released this 26 Mar 11:25
· 1388 commits to master since this release
46d5afb
Commits
  • 46d5afb1 Quote {build.source.path} to allow spaces in path (#4868)
  • 66746750 IDF release/v3.3.5 85c43024c (#4976)
  • e7a2759b Allow STA SSID length of 32
  • 2ee66b54 IDF release/v3.3 c43efe150 (#4936)
  • 2d3c5763 Fix: WebServer: Digest authentication failed for some clients
  • a299ddc9 Change send_ssl_data to use size_t instead of uint16_t
  • 93bcf5f2 Allow passing custom HTTPClient to HTTPUpdate (#4959)
  • bd413342 Fix ETH not enabling DHCP when configured with INADDR_NONE
  • 9a0762ad [BLE Client] Fix Deadlock when calling writeValue after registerForNotify
  • a451c9ef Fix HTTPClient crash on GET() for url with redirects
  • d362e1ee [BLE] Allows you to specify which channels are used to advertise. (#4954)
  • 33d9f4aa Update GitHub Pages Builder
  • 63c51d51 Update HTTPUpdate.cpp (#4942)
  • 5b845272 Fix BluetoothSerial TX Stall
  • 5da4a47b Update debian_ubuntu.md (#4907)
  • 3253de87 added scan_method = WIFI_ALL_CHANNEL_SCAN into wifi config in WiFi.begin() to let the scan choose the nearest / strongest AP in case that there are multiple APs with the same SSID (#4947)
  • a31f3052 fix spiTransferBytesNL() writes past end of data_out
  • 35643bdd adds esp8266-style hostname setting (#4938)
  • 8dc70e0a Revert "Update licenses"
  • b42739df Update howsmyssl.com root certificate
  • 93d5b8c6 Fix String::replace()
  • f815a7c6 Add WiFi.softAPSSID()
  • 23f6e81d Fix AsyncUDP reporting bad address and port
  • e8311b00 IDF release/v3.3 0bfff0b25 (#4895)
  • 4d95e3a7 Fix BT not starting correctly and SPP Coex not working
  • 7dc769d8 Board name change (ETBoard -> ET-Board) (#4858)
  • 4204d1e6 Handle PSRAM libs in PlatformIO build script (#4911)
  • d7fda910 Update stale.yml (#4902)
  • f7fc8ab3 Use HTTP method table from ESP-IDF's nghttp (#4900)
  • dd834b33 Ensure that String::setLen() is always after any memory operation
  • 0e55f775 Fixing issue in String::remove
  • 22a488cf Fix String::clear() not clearing the string properly
  • 6e7cc521 Update pins_arduino.h for FireBettle-ESP32 (#4867)
  • 7a6900a1 Correct issue 4871 - change space to underscore in boards.txt setting lolin32-lite.build.board (#4885)
  • 0e0a7565 Remove tools/sdk/include/nimble from include path (#4891)
  • bd3addeb Fixed use of Bluedroid instead of BT in HAL. (#4879)
  • 1cf1c8eb Fix several SD card issues (#4876)
  • 3fe7c2e8 Add div by zero check back into WMath::map (#4853)
  • 5d00b6eb Fix case where EEPROM will try to return longer string than it should