You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update toolchains and openocd for ESP-IDF v4.4.4
* Update get.py to support Apple ARM64
* Update package version
* Update ESP-IDF libs to v4.4.4
* Fix compilation issue caused by ESP-Insights
* Update esptool to v4.4
* Update esptool to v4.5
* Update package_esp32_index.template.json
* Tasmota changes for core 2.0.7
* Tasmota changes
* Tasmota 2.0.6 with IPv6 support
* IPv6 support
* Ethernet driver JL1101
Co-authored-by: Danii Mirsanov <daniil.mirsanov@openlm.com>
* Update install-platformio-esp32.sh
* Fix conflicts
* Tasmota repos
* overlooked `timeout` change to `timeout_ms`
* Sets correct code for UART baud rate detection
Co-authored-by: Rodrigo Garcia <rodrigo.garcia@espressif.com>
* General examples updates (espressif#7727) (#196)
* Remove inline code comments for the struct description
* Renamed ESPNow examples
* Changed example from C++ class to C struct
* Updated MultiHomedServers
* Updated BT Serial examples
* Added short overview of exaples - missing Enterprise
* Added draft of Enterprise header note
* Fixed note in README
* Fixed compilation error
* Changed FunctionalInterrupt example
* Fixes
* Returned FunctionalInterrupts to original state + added modified version as new example
Co-authored-by: Tomáš Pilný <34927466+PilnyTomas@users.noreply.github.com>
---------
Co-authored-by: Rodrigo Garcia <rodrigo.garcia@espressif.com>
Co-authored-by: Tomáš Pilný <34927466+PilnyTomas@users.noreply.github.com>
* Fix change
* remove duplicate fix
* Delete README.md
* Create README.md
* Fix erratic problem when sending IPv6 UDP packet
* Update WiFiGeneric.cpp
---------
Co-authored-by: me-no-dev <hristo@espressif.com>
Co-authored-by: Me No Dev <me-no-dev@users.noreply.github.com>
Co-authored-by: Rodrigo Garcia <rodrigo.garcia@espressif.com>
Co-authored-by: Tomáš Pilný <34927466+PilnyTomas@users.noreply.github.com>
Co-authored-by: s-hadinger <49731213+s-hadinger@users.noreply.github.com>
### Need help or have a question? Join the chat at [Gitter](https://gitter.im/espressif/arduino-esp32) or [open a new Discussion](https://github.com/espressif/arduino-esp32/discussions)
Latest Development Release [](https://github.com/espressif/arduino-esp32/releases/)[](https://github.com/espressif/arduino-esp32/releases/)[](https://github.com/espressif/arduino-esp32/releases/)
23
-
24
-
### Development Planning
25
-
26
-
Our Development is fully tracked on this public **[Roadmap 🎉](https://github.com/orgs/espressif/projects/3)**
27
-
28
-
For even more information you can take a look at [Sprint Meeting notes](https://github.com/espressif/arduino-esp32/discussions/categories/sprints-meeting-notes) or join [Monthly Community Meetings 🔔](https://github.com/espressif/arduino-esp32/discussions/categories/monthly-community-meetings)
@@ -45,22 +21,3 @@ Visit the [supported chips](https://docs.espressif.com/projects/arduino-esp32/en
45
21
### Decoding exceptions
46
22
47
23
You can use [EspExceptionDecoder](https://github.com/me-no-dev/EspExceptionDecoder) to get meaningful call trace.
48
-
49
-
### Issue/Bug report template
50
-
51
-
Before reporting an issue, make sure you've searched for similar one that was already created. Also make sure to go through all the issues labelled as [Type: For reference](https://github.com/espressif/arduino-esp32/issues?q=is%3Aissue+label%3A%22Type%3A+For+reference%22+).
52
-
53
-
Finally, if you are sure no one else had the issue, follow the **Issue template** or **Feature request template** while reporting any [new Issue](https://github.com/espressif/arduino-esp32/issues/new/choose).
54
-
55
-
### External libraries compilation test
56
-
57
-
We have set-up CI testing for external libraries for ESP32 Arduino core. You can check test results in the file [LIBRARIES_TEST](https://github.com/espressif/arduino-esp32/blob/master/LIBRARIES_TEST.md).
58
-
For more information and how to add your library to the test see [external library testing](https://docs.espressif.com/projects/arduino-esp32/en/latest/external_libraries_test.html) in the documentation.
59
-
60
-
### Contributing
61
-
62
-
We welcome contributions to the Arduino ESP32 project!
63
-
64
-
See [contributing](https://docs.espressif.com/projects/arduino-esp32/en/latest/contributing.html) in the documentation for more information on how to contribute to the project.
65
-
66
-
> We would like to have this repository in a polite and friendly atmosphere, so please be kind and respectful to others. For more details, look at [Code of Conduct](https://github.com/espressif/arduino-esp32/blob/master/CODE_OF_CONDUCT.md).
0 commit comments