Commit Graph
9579 Commits
Author SHA1 Message Date
fmuntean 9c606451a4 [FEATURE_ESPEASY_P2P] enable it by default if not defined 2022-07-18 16:25:14 -04:00
fmuntean e00496fe22 enabled when PLUGIN_BUILD_CUSTOM is not set 2022-07-18 12:58:03 -04:00
fmuntean acdf3fbfd8 [Fix] rename to FEATURE_ESPEASY_P2P 2022-07-18 09:50:27 -04:00
fmuntean 2ecf26a941 Feature Flagging FEATURE_ESPEASY_P2P the ESP EASY P2P custom protocol 2022-07-18 08:47:43 -04:00
TD-er fffa92e4ab Merge pull request #4141 from tonhuisman/bugfix/TaskCache-taskname-not-always-loaded-in-cache
[TaskCache] Fix for TaskName not always loaded in cache
2022-07-17 23:08:04 +02:00
Ton Huisman b8599a54cd Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into bugfix/TaskCache-taskname-not-always-loaded-in-cache 2022-07-17 22:39:29 +02:00
Ton Huisman 15280c533c [TaskCache] Simplify code 2022-07-17 22:39:13 +02:00
TD-er a251687e5b Merge pull request #4139 from fmuntean/NOTIFICATION_PAGE_PIN
Notification Page Display GPIO pins when used.
2022-07-17 22:10:29 +02:00
fmuntean 0e6513639a Merge branch 'mega' into NOTIFICATION_PAGE_PIN 2022-07-17 13:58:05 -04:00
fmuntean 46cca1b32b used addGpioHtml 2022-07-17 11:54:34 -04:00
Ton Huisman 28353be88f [TaskCache] Fix for TaskName not always loaded in cache 2022-07-17 14:26:56 +02:00
TD-er e120ea365a Merge pull request #4136 from fmuntean/DEFAULT_MQTT_DELETE_FLAG
add support for: DEFAULT_MQTT_DELETE_OLDEST flag
2022-07-17 10:06:01 +02:00
fmuntean 0f8ddbcf48 renamed DEFAULT_MQTT_DELETE_OLDEST to DEFAULT_CONTROLLER_DELETE_OLDEST 2022-07-16 21:31:01 -04:00
fmuntean 1132e05ea9 add support for: DEFAULT_MQTT_DELETE_OLDEST, DEFAULT_CONTROLLER_MUST_CHECK_REPLY flags 2022-07-16 17:58:56 -04:00
Florin 8019e7e390 Notification Page to Display GPIO pins when in use. 2022-07-16 17:49:00 -04:00
TD-er 9bf4ba7217 Merge pull request #4138 from fmuntean/SHOW_SYSINFO_JSON
Allow sysinfo_json page to be enabled separately from the new Web UI
2022-07-16 22:57:41 +02:00
fmuntean ba220699c6 Allow sysinfo_json page to be enabled separately from the new Web UI 2022-07-16 16:39:52 -04:00
TD-er 2e36e9ca47 Merge pull request #4140 from letscontrolit/build/GH_actions_update
[Build] Add apt-get update to build.yml
2022-07-16 00:46:13 +02:00
TD-er a250318033 [Build] Add apt-get update to build.yml
GitHub Actions was failing due to unreachable hosts when installing apt packages.
2022-07-16 00:17:18 +02:00
TD-er ed78a23a22 Merge pull request #4097 from tonhuisman/feature/some-documentation-updates-06-2022
Documentation updates 06 2022
2022-07-14 23:40:25 +02:00
TD-er d528a43a28 Merge branch 'mega' into feature/some-documentation-updates-06-2022 2022-07-14 23:40:15 +02:00
TD-er 7c90d8d336 Merge pull request #4075 from TD-er/feature/ADC_multipoint_calib
[ADC] Add multipoint correction and/or binning to ADC
2022-07-14 23:39:23 +02:00
TD-er e6c4d31748 [ESP32] Add cache for ExtraTaskSettings due to load speed on ESP32 2022-07-14 19:55:45 +02:00
TD-er 4d19669733 [Plugin Stats] Fix memory leak / low loop count 2022-07-13 23:24:08 +02:00
TD-er 0bad56f1e4 [Plugin Stats] Fix editing disabled tasks 2022-07-13 22:34:49 +02:00
TD-er ac6e0e9a78 [Plugin Stats] Fix strange issues PLUGIN_INIT
There was a different code path for PLUGIN_INIT_ALL compared to starting a task via PLUGIN_INIT after boot.
2022-07-13 15:50:06 +02:00
TD-er febfb425a7 [Plugin Stats] Make labels more clear. 2022-07-13 12:59:29 +02:00
TD-er a698afdaae [Build] Do not limit build size for custom builds with VCC. (#4129)
Fixes: #4129
2022-07-13 01:38:12 +02:00
TD-er ca63503f64 [Plugin Stats] Reduce memory usage when no stats are used. 2022-07-13 01:36:59 +02:00
TD-er f27e4b44d0 [Plugin Stats] Enable Stats for Sysinfo tasks 2022-07-12 13:38:43 +02:00
TD-er 6f7670d70b [Docs] Document typical task setup page and task value stats 2022-07-12 12:07:40 +02:00
TD-er df38fe48bf [Docs] Document accessing Plugin Stats 2022-07-12 00:12:55 +02:00
TD-er 1267788279 [Plugin Stats] Add stats to plugins to support stats. 2022-07-12 00:12:15 +02:00
TD-er ccd7d316a6 [ADC] Document new options 2022-07-11 12:24:30 +02:00
TD-er d8557ebd89 [ADC] Add computed output values for peaks + fix typo 2022-07-11 10:02:00 +02:00
TD-er 369bd76bec [SVG] Revert changes to draw SVG since we're now using ChartJS 2022-07-11 00:57:54 +02:00
TD-er 0f3ae9ab7c [Cleanup] Move PluginTaskData_base structs to Pxxx_data_struct.h/.cpp 2022-07-11 00:19:35 +02:00
TD-er 98ebfcddfd [ADC] Use set nr of decimals for stats 2022-07-10 21:07:20 +02:00
TD-er d229ada0ae [ADC] Change order of items shown in statistics 2022-07-10 17:29:32 +02:00
TD-er 02d4eac661 [PluginStats] Exclude PluginStats and ChartJS from NeopixelESP8266 build 2022-07-10 17:17:18 +02:00
TD-er cb5332db61 Merge branch 'mega' into feature/ADC_multipoint_calib 2022-07-10 15:33:07 +02:00
TD-er 5bb92aba66 [PluginStats] Add build flags USES_PLUGIN_STATS and USES_CHART_JS 2022-07-10 15:32:40 +02:00
TD-er 836dba2ae1 Merge pull request #4127 from snelweg/mega
libraries/ITG3205: Missing 'paragraph' from libraryITG3205: Missing…
2022-07-10 13:30:14 +02:00
Ton 7fd2a33e0b libraries/ITG3205: Missing 'paragraph' from library\nITG3205: Missing 'url' from library 2022-07-10 12:40:17 +02:00
TD-er ea5f499832 Merge pull request #4120 from tonhuisman/feature/P128-max-brightness-setting
[P128] Add Max brightness setting
2022-07-09 22:16:38 +02:00
Ton Huisman 559a518d08 Merge branch 'mega' into feature/P128-max-brightness-setting 2022-07-09 21:06:27 +02:00
TD-er a0ea1da014 [Plugin Stats] Add missing plugins to use the plugin stats too 2022-07-09 18:35:51 +02:00
TD-er 36f8c209c5 Merge pull request #4125 from tonhuisman/feature/P116-add-support-for-m5stickc
[P116] Add support for ST7735 80x160px with inverted color
2022-07-09 17:02:16 +02:00
TD-er ec17cf617c Merge pull request #4126 from tonhuisman/feature/P087-add-serial-config-options
[P087] Add 'Serial Config' options
2022-07-09 17:00:59 +02:00
TD-er b1f8df47d8 [Plugin Stats] Show statistics + historic samples on all supported tasks 2022-07-09 01:47:35 +02:00