Ton Huisman
898444cca1
Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/P095-add-extra-display-types
2022-05-18 20:29:55 +02:00
TD-er
9b7ff0c232
[PVS Studio] Fix a number of issues reported by PVS Studio ( #4066 )
2022-05-18 16:46:53 +02:00
Ton Huisman
6e9378d3f4
[P095] Make Splash at start configurable, docs updated
2022-05-17 22:18:00 +02:00
Ton Huisman
83ff85221d
Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/P095-add-extra-display-types
2022-05-17 22:16:13 +02:00
TD-er
2a13a21e83
Merge pull request #4065 from TD-er/build/PlatformIO_6_0_1
...
[PlatformIO] Update to PIO 6.0.1
2022-05-17 22:05:15 +02:00
TD-er
1a5901357f
[PlatformIO] Clean requirements.txt files to only the essentials
...
All other dependencies will be defined by the packages and installed by pip.
2022-05-17 21:38:53 +02:00
TD-er
62b2259060
[PlatformIO] Update to PIO 6.0.1
2022-05-17 21:38:46 +02:00
TD-er
b2d23206e2
Merge branch 'mega' into feature/P095-add-extra-display-types
2022-05-17 10:41:48 +02:00
TD-er
4ecf3b94a0
Merge pull request #4064 from TD-er/build/revert_PIO_6
...
[PlatformIO] Revert to PlatformIO 5.2.5
2022-05-17 10:23:14 +02:00
TD-er
ab332f4a09
[PlatformIO] Clean up ini files.
2022-05-17 10:01:19 +02:00
TD-er
2964480d41
[PlatformIO] Remove normal_ESP32_16M8M_LittleFS env.
2022-05-17 09:19:21 +02:00
TD-er
12cd3fc153
[PlatformIO] Change to multi-line lib_ignore
2022-05-17 09:11:02 +02:00
TD-er
9e010d0a3a
[PIO] Make lib_deps multi-line definitions
2022-05-17 00:49:31 +02:00
TD-er
b1ce9a71d4
[PIO lib_deps] Set Adafruit ILI9341 library version
2022-05-17 00:38:15 +02:00
TD-er
9113932bcb
[PlatformIO] Revert to PlatformIO 5.2.5
...
See: https://github.com/platformio/platformio-core/issues/4270
2022-05-17 00:21:18 +02:00
TD-er
6be636dc86
[PlatformIO] Revert to PlatformIO 5.2.5
2022-05-17 00:07:49 +02:00
TD-er
9638f4340c
[PlatformIO] Change src_filter into build_src_filter for PIO 6.0.0
...
See: https://github.com/platformio/platformio-core/issues/4270
2022-05-16 23:09:36 +02:00
TD-er
1cd2e2ac59
[PlatformIO] Do not extend multiple PIO envs
2022-05-16 22:26:56 +02:00
Ton Huisman
4b17fa4b2c
Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/P095-add-extra-display-types
2022-05-16 20:47:39 +02:00
TD-er
2f7cb16aed
Merge pull request #4063 from TD-er/build/esp32_platform_2_0_3
...
[ESP32] Update to platform-espressif32-v.2.0.3
2022-05-16 11:05:48 +02:00
TD-er
df5841111c
[ESP32] Update to platform-espressif32-v.2.0.3
2022-05-16 10:47:09 +02:00
TD-er
c741004b1c
Merge pull request #4058 from TD-er/feature/get_set_config
...
Access extra GPS values + document setLevel command
2022-05-14 01:42:50 +02:00
TD-er
b2096786f7
[Tools page] Fix to keep original command instead of showing parsed one
...
The given command in the tools->Command window, was changed into a parsed string right after it was executed.
e.g. [taskname#varname] was already replaced by its then current value.
2022-05-14 01:10:13 +02:00
TD-er
61de3d4923
Access extra GPS values + document setLevel command
...
The Get/Set config plugin functions were hardly used in ESPEasy.
Currently the `config` command is only implemented for the "Level" plugin, but hardly documented.
Its counterpart, to Get config, is also hardly used, but can be very useful to access values (either settings or unused values) via `[taskname#valuename]` notation.
This is now also added for the many GPS values, as one can only set 4 units of measure as task values.
2022-05-13 20:01:50 +02:00
TD-er
f1146eee5f
Merge pull request #4056 from tonhuisman/bugfix/gpio-log-remove-unwanted-colon
...
[GPIO] Remove unwanted colon from GPIO log
2022-05-10 20:04:26 +02:00
Ton Huisman
5c4a423205
[GPIO] Remove unwanted colon from GPIO log
2022-05-10 19:31:54 +02:00
Ton Huisman
eb452ecfcc
Merge branch 'feature/P095-add-extra-display-types' of https://github.com/tonhuisman/ESPEasy-1 into feature/P095-add-extra-display-types
2022-05-09 21:15:06 +02:00
Ton Huisman
f934464f7c
Merge branch 'mega' into feature/P095-add-extra-display-types
2022-05-09 21:14:54 +02:00
Ton Huisman
402aeb5fa2
Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/P095-add-extra-display-types
2022-05-09 21:13:54 +02:00
TD-er
3eec9dd8dc
Merge pull request #4049 from tonhuisman/bugfix/build-include-display-plugin-set-in-esp32-display-build
...
[Build] Include Display plugin-set in ESP32 Display build
2022-05-08 17:31:43 +02:00
Ton Huisman
641b5a9fcd
[Build] Include Display plugin-set in ESP32 Display build
2022-05-08 16:59:33 +02:00
TD-er
7f5fd662cd
Merge pull request #4044 from tonhuisman/bugfix/C002-handle-p029-and-p088-as-controller-enabled
...
[C002] Handle P029 and P088 as if enabled for this controller
2022-05-07 00:42:28 +02:00
Ton Huisman
152385fa5e
[C002] Handle P029 and P088 as if enabled for this controller
2022-05-06 20:41:33 +02:00
TD-er
dd87743719
Merge pull request #4037 from f3nix/P031-fix
...
[P031] Fix timing for SHT1X
2022-05-06 10:44:25 +02:00
Mateusz Skowroński
4a9df9c708
P031 - fix timing for SHT1X
2022-05-06 06:36:58 +02:00
TD-er
d960abeef8
Merge pull request #4041 from tonhuisman/bugfix/P022-restore-gpio-all-command
...
[P022] Fix [taskname].gpio,all,n command
2022-05-04 21:47:25 +02:00
Ton Huisman
cce0f28928
[P022] Fix [taskname].gpio,all,n command
2022-05-04 21:27:26 +02:00
Ton Huisman
6e53eea196
Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/P095-add-extra-display-types
2022-05-04 19:55:51 +02:00
TD-er
328fb654eb
Merge pull request #4040 from TD-er/bugfix/minimal_ssid_char
...
[WiFi] Revert accidentally reject SSID < 8 chars
2022-05-03 21:59:51 +02:00
TD-er
c69e6d05b2
[WiFi] Revert accidentally reject SSID < 8 chars
2022-05-03 21:52:58 +02:00
TD-er
a39d616678
Merge pull request #4039 from TD-er/bugfix/MQTT_events_trailing_equal
...
[MQTT events] Do not add '=' when no eventvalues present + dedup
2022-05-03 19:12:02 +02:00
TD-er
8c180fea87
[MQTT events] Do not add '=' when no eventvalues present + dedup
...
Check for duplicates, as sometimes a node may have multiple subscriptions to the same topic.
Then it may add several of the same events in a burst.
2022-05-03 17:07:27 +02:00
TD-er
4158aea118
Merge pull request #4038 from TD-er/bugfix/misc_fixes_from_espnow_pr
...
[Misc] pre-merge small fixes from pending ESPEasy-NOW PR
2022-05-03 16:05:04 +02:00
TD-er
23399d6de8
[Web] Cleanup code to show MAC address input field
2022-05-03 15:34:33 +02:00
TD-er
8fbbb8150c
[Misc] pre-merge small fixes from pending ESPEasy-NOW PR
...
These small changes/fixes and sometimes even formatting changes reduce the nr of touched files in the pending ESPEasy-NOW mesh PR.
2022-05-03 15:05:48 +02:00
TD-er
34cd2c0a3d
Merge pull request #3640 from TD-er/feature/fetchConfig
...
[Provisioning] Allow to fetch config via commands from HTTP server
2022-05-03 12:20:59 +02:00
TD-er
4040cef7d0
Merge pull request #4035 from tonhuisman/bugfix/P073-correct-endless-loop-in-max7219_showtime
...
[P073] Correct endless loop in max7219_ShowTime
2022-05-03 12:04:18 +02:00
TD-er
8411d53bd2
[Provisioning] Cleanup of no longer needed strings + use RULESETS_MAX
2022-05-03 11:54:37 +02:00
Ton Huisman
49c13c1848
[P073] Correct endless loop in max7219_ShowTime
2022-05-03 11:45:33 +02:00
TD-er
154ea62f0d
[Provisioning] Cleanup code to manage internal file names
2022-05-03 11:18:45 +02:00