- 03 May, 2023 8 commits
-
-
David McCurley authored
Revert to previous definition of `FPSTR` and `F` macros.
-
Me No Dev authored
-
David McCurley authored
-
David McCurley authored
Revert to previous definition of `FPSTR` and `F` macros.
-
David McCurley authored
Resolves deprecation warnings in CameraWebServer.ino. pin_sscb_sda -> pin_sccb_sda. pin_sscb_scl -> pin_sccb_scl. The variables are in the same union and are identical.
-
Jan Procházka authored
* Added 2 new libs + removed unnecessary multiple examples * Change example for WS2812FX lib
-
Rodrigo Garcia authored
* Fixes analogWrite * sets cnt_channel index * fixes TAB alligment
-
Rodrigo Garcia authored
* Fix the F_CPU frequency for the ESP32-S3 Hello, I was using the FastLED library and it was complaining about F_CPU not being defined. So, I just noticed that it is not defined for the ESP32-S3 module. So I made this change in the header file and it compiled. Therefore I wanted to propose this change to the HAL library to improve compatibility. Thank you for your time. * Makes F_CPU generic based on the SoC frequency Works for ESP32, ESP32C3, ESP32S2, ESP32S3 * Includes ESP32C3 in the F_CPU definition Necessary for ESP32 Arduino Core 2.0.x based on IDF 4.4 --------- Co-authored-by: Ali Devrim OGUZ <11381547+devrim-oguz@users.noreply.github.com>
-
- 02 May, 2023 1 commit
-
-
Jan Procházka authored
-
- 20 Apr, 2023 2 commits
-
-
David McCurley authored
-
me-no-dev authored
-
- 19 Apr, 2023 7 commits
-
-
Me No Dev authored
-
WEMOS Electronics authored
Co-authored-by: Me No Dev <me-no-dev@users.noreply.github.com>
-
tnagorran authored
it is planned to use the flash led but a normal led is configured instead
-
me-no-dev authored
-
me-no-dev authored
-
Jan Procházka authored
-
Jan Procházka authored
* Fix test-board job condition * Add CIBoardsTest.ino and use it for boards test * Rename Test
-
- 18 Apr, 2023 2 commits
-
-
Me No Dev authored
-
Rodrigo Garcia authored
New Example for using/testing Serial with any CPU/APB Frequency
-
- 17 Apr, 2023 5 commits
-
-
Jan Procházka authored
* Add check if fqbn is empty
-
Dirk Carstensen authored
re-submit #8068
-
Jan Procházka authored
-
Jan Procházka authored
* Fixed missing upload.maximum_size * Add uplod-maximum_size for fatflash
-
WEMOS Electronics authored
Co-authored-by: Jan Procházka <90197375+P-R-O-C-H-Y@users.noreply.github.com>
-
- 14 Apr, 2023 1 commit
-
-
Jan Procházka authored
-
- 11 Apr, 2023 1 commit
-
-
David McCurley authored
Fixed library crash on low memory where `new char[1460];` throws an exception. `malloc` is a safe drop in replacement.
-
- 10 Apr, 2023 7 commits
-
-
Me No Dev authored
-
Rodrigo Garcia authored
* Makes sure it can be tested with Windows 10/11 Initial code had no effect with Win10/11 because BUTTON_START was not recognized. This change makes it visible in the Windows Game Controller Testing TAB. * Examples tests all USB gamepad APIs. It is possible to change the selected gamepad button when pressing BOOT (long/short press). The selected button is used as parameter to change R/L Stick and Trigger as well as the Hat.
-
Dogus Cendek authored
-
Sanket Wadekar authored
* insights: add support for custom transport * Added insights in rainmaker switch example
-
me-no-dev authored
-
David McCurley authored
-
Tyeth Gundry authored
This increases the reliability of users hitting the boardsmanager urls, improving speed and avoiding request throttling, by using the github CDN frontend as mentioned in this old ticket: https://github.com/espressif/arduino-esp32/issues/3505#issuecomment-1438813967Co-authored-by: Me No Dev <me-no-dev@users.noreply.github.com>
-
- 07 Apr, 2023 2 commits
- 06 Apr, 2023 3 commits
-
-
Dirk O. Kaar authored
* Remove __FlashStringHelper from ESP32, it's not needed - all the files using it are different from their ESP8266 counterparts anyway. * Revert removal of class __FlashStringHelper forward for continued compatibility with external libs * Improved fix, works for libs that return const __FlashStringHelper* * Inline all wrappers using const __FlashStringHelper*.
-
Jan Procházka authored
* Update upload-artifact action to v3 * Fix deprecated set-output * updated path + error if no files found * update path * update path + debug ls * dbg path print * dbg path remove +added echo with buildpath * change build_dir * fix upload-artifact paths * changed build_dirs * move sketchname variable * Update touch pressed value * Run one test only for faster debuging * Revert "Run one test only for faster debuging" This reverts commit e2bf6a8551e5b4abe5bb6201d3175257bc40fe44. * fix value
-
Jan Procházka authored
* add new workflow * Update lib.yml * Update publishlib.yml * Update lib.yml * Create TESTFILE.txt * Update TESTFILE.txt * Update publishlib.yml * Return original lib.json * remove comment * remove file
-
- 05 Apr, 2023 1 commit
-
-
Dogus Cendek authored
Fix broken links for external library test
-