ESP32 Arduino v1.0.2 RC1
Pre-release
Pre-release
Updates and fixes in IDF and Arduino
Commits
- 7df50a9 Update IDF to ebdcbe8c6 (#2539)
- 566f659 Frog Board ESP32 definition (#2515)
- cb0a939 Adding debug flag to PIO build script (#2510)
- cebd870 Default pin remap for wESP32 (#2508)
- ff85f3e connect only to provided creds (#2491)
- dffda0b log no networks found when scanResult is 0 (#2484)
- 2ceab7c return macaddress (#2477)
- 84e458a Add Heltec boards defintion and update board menu chooices (#2475)
- f3c1a91 adding uartRxActive to expose the RX state machine status as a boolean value (#2457)
- 5af0336 Changed the description of file (#2476)
- 628b8f0 Fix Olimex board definition
- 2bb32bd Unbiased random (#2468)
- 89d6b89 Fixed missing null terminator in EEPROM.readString(address, value, maxLen) (#2439)
- 010a7c6 Update IDF to abea9e4c0 (#2458)
- c0345ea fix missing the first bit in HC589 shift in (#2448)
- 71ec3c3 Correct millis() error causes by micros() overflow every about 72 minutes (#2438)
- 8ec7640 Fix compile warning, esp32-hal-i2c.c (#2434)
- 8806acf Added partition menu for OROCA EduBot board. (#2429)
- 2e9cb59 default FORMAT_FILESYSTEM to false in FSBrowser.ino (#2425)
- c001996 Add default pin mapping for Serial1 and Serial2 for wESP32 (#2409)
- c1344ae New version of the ESP32-EVB/Gateway/PoE boards (#2397)
- f6b9e9c Clarified comments and debug messages in WiFiClient Example (#2389)
- fc737e0 Add connect timeout to WiFiClient (#2383)
- e302a68 Board T-Beam: Update pins_arduino.h (#2380)
- aa2393b remove useless condition in if statement (#2371)
- 755cd93 add missing EEPROM lib to CMakeLists.txt, moved the EEPROM files to proper dir (#2333)
- 86fdb5b Fix compilation errors when used as IDF component
- ffd15e4 fix log error code format (#2366)
- 29d5987 Webserver library - fix logging (#2355) (#2359)
- 8cbc60e fixed rmt receive data pointer position. (#2353)
- 00a546e python2 get.py does not work behind proxy (#2349)
- 2ba1e66 Fix SS pin for Adafruit Feather variant of the ESP32 board (#2344)
- 489feb8 Fix BananaPi-BIT and T-Beam pin definitions (#2343)
- 3350476 I2C debugging and Log Dump Explaination (#2325)
- fa6f759 I2s adc (#2309)
- 6718da0 Add ESP-EYE support to the camera demo
- 45fa0f8 Fix issue with WiFi lib sending the wrong event ID when debug is on
- 6cf307d Fix copy/paste error in RMT
- 81844f5 Add API to feed the loop WDT (call from loop only)
- f7cf583 Update README.md
- e8a2c16 Update issue templates