Commit Graph
312 Commits
Author SHA1 Message Date
TD-er 83080a9e63 [WSL2] Add simple script to set permissions for USB to serial in WSL2 2024-10-19 00:40:56 +02:00
TD-er 0ca00d2c8b [Email] Fix builds + include N001 in all ESP32-xx custom builds 2024-10-03 23:46:56 +02:00
TD-er d9d5c1b714 [Email] Add SSL support for email 2024-10-03 23:18:10 +02:00
TD-er e28505bada [MQTT-TLS] Enable TLS for MQTT on all ESP32-xx Custom builds 2024-09-29 23:27:04 +02:00
TD-er fa902d5dfe Merge branch 'mega' into feature/MQTT_TLS 2024-09-28 21:33:00 +02:00
Ton Huisman 2dbd513325 [P173] Add documentation, include in standard C6 Custom build 2024-08-30 10:15:02 +02:00
TD-er 8b992eb352 Merge branch 'mega' into feature/MQTT_TLS 2024-07-13 12:45:11 +02:00
TD-er 3e0ebb1cc6 [VL53L0X] Add filtering + make threshold more intuitive 2024-06-30 02:13:04 +02:00
TD-er bc13074297 [Build] Remove previously created __tmpfile.cpp files on ESP8266 build 2024-06-04 17:12:06 +02:00
Gijs Noorlander 9351196a06 [Cleanup] Revert accidentally changed line endings 2024-05-22 15:17:15 +02:00
TD-er 806f936d35 [AS3935] Make it compile for ESP8266 and clarify logs 2024-05-14 13:39:34 +02:00
TD-er 2904d386e1 [AS3935] Add P169 Lightning Detector plugin 2024-05-07 18:41:14 +02:00
TD-er c909194f65 [Build] Reduce ESP8266 build size by concat all in single __tmpfile.cpp 2024-05-01 18:43:26 +02:00
TD-er 6775abdc01 Merge pull request #4997 from tonhuisman/feature/Build-add-C6-max-builds
[Build] Add ESP32-C6 MAX builds (preliminary)
2024-03-24 23:06:38 +01:00
Jason2866 701890b023 small refactor
use Platformio Platform functions
2024-03-16 20:32:42 +01:00
TD-er 92383a82a5 [PlatformIO] Fix installing pygit2
Fixes: #4943
2024-03-09 13:17:48 +01:00
Ton Huisman fd8300dcbe [Build] Add ESP32-C6 MAX builds (preliminary) 2024-03-02 21:39:11 +01:00
TD-er f2c5b5aced [HW info] Add checks for properly identify embedded flash/PSRAM 2024-02-17 16:07:15 +01:00
TD-er 581a6f87f1 [SPI Eth] Add ESP32-S3 ETH builds 2024-02-13 23:32:40 +01:00
TD-er 6cb57ad46c Merge pull request #4938 from tonhuisman/feature/IR-enable-all-protocols-for-ESP32-builds
[IR] Enable all protocols for ESP32 IR builds
2024-02-11 21:15:54 +01:00
Ton Huisman fc61a48283 Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/GH-up-download-delete-actions-fix 2024-01-25 22:47:47 +01:00
TD-er a755496fd5 [Build] Add ESP8266 custom IR 1M build + IPv6 to custom ESP32 IR build 2024-01-24 17:44:33 +01:00
TD-er 4c40206974 [Commands] Allow commands from external source to be queued (stack)
To be a bit more friendly on the stack usage, we need to be able to queue commands so they can be processed directly from the loop() instead of deep in the processing of some plugin or controller code.

[Build] Remove ESP8266 1M IR-ext build

[Commands] Fix copy/paste error handling commands
2024-01-23 14:35:19 +01:00
Ton Huisman d274380a2b [IR] Enable all protocols for ESP32 IR builds 2024-01-14 21:39:44 +01:00
TD-er 64ca2ad03f [ESP-IDF5.1] Improve IPv6 for ESP32-xx 2024-01-12 01:43:26 +01:00
Ton Huisman dfd5f0fd57 [Build] GH Actions v4 Fix build names vs dependencies, add all-binaries artifact 2023-12-26 16:46:11 +01:00
Ton Huisman d8e2391eff [Build] GH Actions v4 Sort builds by ESP, remove repackage step 2023-12-26 15:14:15 +01:00
TD-er 4f4ff8721b Merge branch 'mega' into feature/MQTT_TLS 2023-12-25 23:02:02 +01:00
TD-er 4b64063ba3 [ESP-IDF5.1] Enable IPv6 for ESP32 'custom' builds 2023-12-24 13:17:26 +01:00
TD-er 465c00c54a [Build] Reduce build size 2023-12-17 01:54:39 +01:00
TD-er aecb9fbf23 [ESP-IDF5.1] Add SafeBoot minimal image for 4M ESP32-xx nodes 2023-12-01 17:50:26 +01:00
TD-er 8331cf9dde [ESP-IDF5.1] Use LTO on ESP32 IDF5.1 builds to reduce build size 2023-11-28 13:23:44 +01:00
TD-er af3e92ecf4 Merge branch 'mega' into feature/MQTT_TLS 2023-11-27 16:16:34 +01:00
TD-er 118ce13bb5 Merge branch 'mega' into feature/ESP32_IDF_5_1 2023-11-27 16:14:28 +01:00
TD-er aeb6b066e7 [Custom CDN] Move Custom CDN URL to config.dat 2023-11-24 11:28:37 +01:00
TD-er 4ed72ed0c7 [RAM] Move MQTT buffer and OLED frame buffer to 2nd heap 2023-11-17 17:35:35 +01:00
TD-er 69103b1d0d [ESP8266] Switch to using 2nd heap with Arduino SDK 3.1.2 2023-11-14 13:31:58 +01:00
TD-er cce494c519 Merge branch 'mega' into feature/ESP32_IDF_5_1 2023-11-12 21:09:44 +01:00
TD-er 81f80425e6 [CDN URL] Add default CDN url with latest tag when no pygit2 installed
For a build without pygit2 installed, the default CDN url didn't have a tag in the URL.
This used to work, but not anymore.
2023-11-10 23:09:41 +01:00
TD-er a84672e174 [Sysinfo] Fix crash on ESP32-C2/C6 when drawing meminfodetail charts 2023-11-10 12:16:21 +01:00
TD-er f5d1baaac9 [ESP-IDF5.1] Enable HWCDC for USB serial console on ESP32-C6 2023-11-09 22:35:50 +01:00
TD-er a14a410b0a [ESP-IDF5.1] Remove ESP32C6-beta chip ID patch for old esptool.py 2023-11-09 15:00:49 +01:00
TD-er a008134448 [ESP-IDF5.1] Fix build for ESP32-C6 2023-11-09 14:32:26 +01:00
TD-er 238e04bba8 [ESP-IDF5.1] Add initial Custom builds for ESP32-C2 and ESP32-C6 2023-11-09 14:20:30 +01:00
TD-er 66ebf07ac3 [Tools] Update script to generate webflasher page to show file system 2023-11-07 13:34:42 +01:00
TD-er d37a51a7d1 [ESP-IDF5.1] Improve NeoPixel on ESP32 + add LittleFS ESP32-S2 Neo Build 2023-11-05 15:46:52 +01:00
TD-er 0cd8efdb95 [GPS] Fix minor issues Position Scatter plot 2023-11-04 18:00:20 +01:00
TD-er d3e38d4c10 [ESP-IDF5.1] Disable WiFi power save during connect 2023-11-03 22:42:54 +01:00
TD-er d997321d73 Merge branch 'mega' into feature/MQTT_TLS 2023-09-30 10:19:06 +02:00
Ton Huisman e672b51d25 [Build] Try to use real branch name on GH Actions builds 2023-09-25 23:11:58 +02:00