- 02 Mar, 2022 1 commit
-
-
Pedro Minatel authored
Added dual antenna configuration based on the module selection Added warning to the example on how to use the DA
-
- 28 Feb, 2022 7 commits
-
-
Verkehrsrot authored
#ifdef added, to avoid compiler redefinition warnings for LOG_LOCAL_LEVEL if defined by application, and we USE_ESP_IDF_LOG
-
Pedro Minatel authored
Summary Added the Dual Antenna documentation. Added the DA example.
-
P-R-O-C-H-Y authored
-
Pedro Minatel authored
* Added more details about PlatformIO * Fixed typo
-
Andreas Merkle authored
Because QName max. size is 256, the QNameLength range must be able to address it. Therefore the datatype was changed to uint16_t. (#6354)
-
Limor "Ladyada" Fried authored
fix uarts Co-authored-by: ladyada <support@adafruit.com>
-
Verkehrsrot authored
-
- 23 Feb, 2022 10 commits
-
-
WEMOS Electronics authored
-
Zeynep Dicle authored
* Add new board (Deneyap Kart 1A) * Update pins_arduino.h
-
Me No Dev authored
.github/workflows: Remove the slefhost runner test.
-
Abdelatif Guettouche authored
Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
-
P-R-O-C-H-Y authored
-
P-R-O-C-H-Y authored
-
P-R-O-C-H-Y authored
* LEDC preripheral doc * SigmaDelta peripheral doc * Added missing symbol * Edited grammar, mistakes * quick edit
-
Pedro Minatel authored
* [Docs] Added more information about embedded PSRAM and Flash for ESP32-S3 * [Docs] Fixed some typos * [Docs] Fixed some spacing issues
-
P-R-O-C-H-Y authored
* Added ADC API doc + simple example * Added attenuation input voltage range + conf.py added tabs extension * Update requirements.txt * Update adc.rst
-
Tomáš Pilný authored
Summary Updated documentation describing the usage of Arduino-esp32 core as ESP-IDF component. Impact Removed confusing mentions of advanced menuconfig options. Extended process of installation, setup, and usage. Related links Closes #5833
-
- 21 Feb, 2022 6 commits
-
-
tobozo authored
Exposing this method makes it easier to integrate non-espressif USB-based projects (e.g. led/modifiers examples from USB Host Shield 2.0)
-
WEMOS Electronics authored
-
Patrick Grawehr authored
Summary The M5Core2 and the very similar M5Tough have 40 digital pins See reference here: https://docs.m5stack.com/en/core/core2 as well as the constant declarations in the bottom part of the file. Impact Without this, Code that needs the total number of pins (e.g. firmata) doesn't show the higher pin numbers correctly.
-
HACKER3000 authored
Sometimes you dont need the full 3M but want OTA instead
-
WEMOS Electronics authored
add lolin c3 mini board def
-
Yiğit authored
http end takes 20-30 seconds if there is a large amount of data replacing this read loop with flush fixes that problem
-
- 17 Feb, 2022 1 commit
-
-
Rodrigo Garcia authored
* fixes setPins and begin to keep rx/tx unmodified * adds Hardware Flow Control mode and CTS/RTS pin setting * adds Hardware Flow Control mode and CTS/RTS pin setting * adds Hardware Flow Control mode and CTS/RTS pin setting * adds Hardware Flow Control mode and CTS/RTS pin setting * Code Review
-
- 16 Feb, 2022 9 commits
-
-
P-R-O-C-H-Y authored
* ADC esp32s2 attenuation fix for DAC pins * Use soc define instead config target
-
Pedro Minatel authored
* Added the Tools Options into the docs. * Added more options * Deleted wrong file. * [Docs] Added image to show the MSC and some grammar fixes * [Docs] Added more information about the core selection * Deleted wrong file. * [Docs] Added more information about the core selection * [Docs] Changes according to the PR review
-
P-R-O-C-H-Y authored
* GPIO refactoring GPIO now using ESP-IDF API on all chips. LEDC interrupt fix removed - no longer needed. Edited pins_arduino.h in variants according to changes in gpio. * Edited analog channels functions
-
copercini authored
-
Rodrigo Garcia authored
-
Rodrigo Garcia authored
-
Vojtěch Bartoška authored
Co-authored-by: Pedro Minatel <pminatel@gmail.com>
-
BBsan authored
* Check for cookieJar before setting cookies * Return as soon as possible w/o _cookieJar
-
Me No Dev authored
Fixes: https://github.com/espressif/arduino-esp32/issues/6264 Thanks @Spritetm
-
- 07 Feb, 2022 2 commits
- 05 Feb, 2022 2 commits
-
-
mattsches1 authored
* Support concatenation of headers (as in https://github.com/esp8266/Arduino/commit/1de0c341b55ba8c0993fd3d2e0c5696935578751#diff-977435a9cc4619fa0b8b995085f6ae683485cf563722756bab57108b362da316 for ESP8266, fixes https://github.com/espressif/arduino-esp32/issues/4069) * Add support for receiving, storing and sending cookies (cookie jar) * Cookie support: Respect `secure` attribute when sending a request * Fix missing `_secure` flag * Comment out support concatenation of headers (not needed anymore when using cookie jar)
-
Rodrigo Garcia authored
* Fixes digitalPinToTouchChannel() for ESP32-S3
-
- 04 Feb, 2022 1 commit
-
-
P-R-O-C-H-Y authored
-
- 03 Feb, 2022 1 commit
-
-
Pedro Minatel authored
* Added dual antenna for WiFi (based on the ESP32-WROOM-DA module) * Fixed build error * Fixed indentation and renamed function to setDualAntennaConfig * Added the RX and TX selection modes as configuration * Mode code optimization
-