Commit Graph
17457 Commits
Author SHA1 Message Date
Ton Huisman 81d2c027cf Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/P132-add-support-for-other-INA-chips 2026-03-02 21:04:32 +01:00
TD-erandGitHub f7d0c83104 Merge pull request #5500 from TD-er/bugfix/tm1637
[TM1637] Fix timing issues for ESP32-builds for P073 TM1637
2026-02-26 11:16:34 +01:00
TD-er 6ae9ac20ab [TM1637] Fix proper timings for start/end sequence 2026-02-26 11:15:42 +01:00
TD-er 64473b0425 [TM1637] Change GPIO toggling to toggle input/output + enable pull-up 2026-02-26 11:15:33 +01:00
TD-er 7a580ee1ea [TM1637] Change init procedure not calling directGPIO at init 2026-02-26 11:15:21 +01:00
TD-er 57e773d75e [TM1637] Pull DIO pin low before switching to input for ACK 2026-02-24 15:34:10 +01:00
TD-er ea808a3687 [TM1637] Make clock timing more constant + fix end of transmission mark 2026-02-24 14:45:05 +01:00
TD-er ccadfa4585 [TM1637] Fine tune signal timing 2026-02-24 02:03:39 +01:00
TD-erandGitHub 47c9e8799c Merge pull request #5497 from TD-er/bugfix/usb_cdc_jtag_disconnect
[USB-CDC] Fix USB disconnect on reboot for USB-JTAG/CDC boards
2026-02-23 19:09:27 +01:00
TD-erandGitHub 7246fb93d2 Merge pull request #5501 from TD-er/bugfix/fix_failed_esp8266_custom
[ESP8266 build] Fix failing custom ESP8266 build using Custom.h
2026-02-23 14:33:30 +01:00
TD-er 05cfb52ee1 [ESP8266 build] Fix failing custom ESP8266 build using Custom.h 2026-02-23 14:31:53 +01:00
TD-er 8e2160a189 [Direct GPIO] Add missing function decl. for ESP8266 2026-02-22 23:20:36 +01:00
TD-er 30fac66c39 [TM1637] Fix timing issues for ESP32-builds for P073 TM1637 2026-02-22 23:11:04 +01:00
TD-er a5f3b99496 [USB-CDC] Fix USB disconnect on reboot for USB-JTAG/CDC boards 2026-02-20 13:00:11 +01:00
TD-erandGitHub f1e935ec8a Merge pull request #5479 from tonhuisman/feature/Cleanup-and-provisioning-fallback-cmds
[Cleanup] Remove Provisioningxxx fall-back commands and other fixes
2026-02-16 21:46:15 +01:00
Ton Huisman 80af69ed7a [Docs] Fix typo 2026-02-16 21:42:29 +01:00
Ton Huisman 8b335014ca [Build] Disable unneeded 'page will reload' messages 2026-02-14 21:57:35 +01:00
Ton Huisman 90f45e032b [Docs] Fix error in internal commands list so it is visible again 2026-02-14 21:09:26 +01:00
Ton Huisman 9d86ffb085 [Docs] Use pioarduino plugin instead of PlatformIO for VSCode 2026-02-14 21:06:08 +01:00
Ton Huisman a98cff619d [P180] Set Cache-name field by default when empty for better performance, docs updated 2026-02-14 16:57:54 +01:00
Ton Huisman 16f2b899a1 Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/Cleanup-and-provisioning-fallback-cmds 2026-02-14 16:25:36 +01:00
TD-erandGitHub 34a10f7f28 Merge pull request #5492 from TD-er/build/reduce_binsize_disable_spi_i2c
[Build] Try to reduce build size for ESP8266 minimal, disable I2C/SPI
2026-02-14 16:16:49 +01:00
Ton Huisman b309808a9c Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/Cleanup-and-provisioning-fallback-cmds 2026-02-14 15:05:57 +01:00
TD-erandGitHub a38862256c Update generate_web_flasher_manifest.py fix showing C6 in list
When both ESP32-C6 & ESP32-C61 build was found, only C61 was listed, not C6
2026-02-14 01:02:48 +01:00
TD-erandGitHub 7d5ada74e0 Merge pull request #5493 from chromoxdor/filter-weblog-fix
[LOG ]Filter weblog fix
2026-02-12 19:27:06 +01:00
chromoxdor d56bb776fd Delete fetch_and_parse_log.min.js 2026-02-12 18:25:27 +01:00
chromoxdor 480ba5f142 [LOG] Fix for the minified JS 2026-02-12 18:23:17 +01:00
TD-er f034922af4 [Build] Fix failing build safeboot_ESP32c2_4M_LittleFS 2026-02-12 14:54:33 +01:00
TD-er 8d3840fc1f [Build] Fix failing minimal_IRext_ESP8266_4M1M 2026-02-12 13:38:53 +01:00
TD-er 5da63d74b1 [Build] Fix failing neopixel_ESP8266_1M_Domoticz build 2026-02-12 13:23:12 +01:00
TD-er 7e880b8629 Merge remote-tracking branch 'letscontrolit/mega' into build/reduce_binsize_disable_spi_i2c 2026-02-12 12:36:05 +01:00
TD-er ba41ec3d0e [Build] Try to reduce build size for ESP8266 minimal, disable I2C/SPI 2026-02-12 12:35:42 +01:00
TD-erandGitHub f17f3643d8 Merge pull request #5484 from chromoxdor/filter-weblog
[LOG] Adding a filter for the weblog
2026-02-12 09:40:31 +01:00
TD-erandGitHub 97fa64f8d5 Merge pull request #5477 from TD-er/bugfix/ESP32S2_USB_console
[Serial Console] Fix outputting data to USBCDC port for ESP32S2
2026-02-11 21:33:56 +01:00
TD-er 59c3953c97 [Web UI] Change icon for Interfaces 2026-02-11 21:33:04 +01:00
TD-er 7ba7226fd0 [ESP-IDF] Update to latest ESP-IDF/Arduino SDK 2026-02-11 17:22:56 +01:00
TD-er 3a1515ad21 [WebUI] Add some icon to Interfaces tab + minor tweaks 2026-02-11 17:17:12 +01:00
TD-er 6d070595dc [Interfaces] Split SPI and I2C config into new Interfaces page 2026-02-11 16:13:28 +01:00
TD-er cc4e8e9547 [SPI] Fix returning 'other' SPI bus for user defined SPI 2026-02-11 13:39:43 +01:00
Ton HuismanandGitHub fe2bb63b8e Merge branch 'mega' into feature/Cleanup-and-provisioning-fallback-cmds 2026-02-10 23:19:56 +01:00
TD-er 4f524612c4 Merge remote-tracking branch 'letscontrolit/mega' into bugfix/ESP32S2_USB_console 2026-02-10 15:18:02 +01:00
TD-erandGitHub 4d2d04bd09 Merge pull request #5488 from tonhuisman/feature/Feb-2026-improvements-and-fixes
[Fixes] Various fixes and improvements Feb 2026
2026-02-10 15:16:50 +01:00
TD-erandGitHub a3f4617c5e Merge branch 'mega' into feature/Feb-2026-improvements-and-fixes 2026-02-10 15:16:25 +01:00
TD-er 80d4d2512c Merge remote-tracking branch 'letscontrolit/mega' into bugfix/ESP32S2_USB_console 2026-02-10 15:04:35 +01:00
TD-erandGitHub 2d4ac415f8 Merge pull request #5377 from tonhuisman/feature/SPI-add-support-for-multiple-buses
[SPI] Add support for multiple SPI buses
2026-02-10 14:55:18 +01:00
Ton Huisman ee123aeab7 [SPI] Add support (check) for ESP32-C61 in getSPIBusCount() 2026-02-10 13:05:19 +01:00
TD-erandGitHub 90088a1bf0 Merge branch 'mega' into feature/SPI-add-support-for-multiple-buses 2026-02-10 10:05:47 +01:00
Ton Huisman ff80cee2f6 [P104] Updated Cyrillic ext. font with a more visually pleasing character set 2026-02-09 23:25:46 +01:00
TD-er 45927223de [Build] Set BUILD_NO_DEBUG for Climate-A builds to make them fit again 2026-02-09 15:48:16 +01:00
TD-er 3050243748 [Build] Fix non-ESP32P4 builds with latest ESP-IDF/Arduino 2026-02-09 13:58:35 +01:00