Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[P103] Add support for EZO-HUM sensor #4854

Open
wants to merge 24 commits into
base: mega
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
37800d4
[P103] Add support for EZO-HUM sensor
tonhuisman Oct 20, 2023
e10e8dd
[P103] Fix some issues, add logging for analysis
tonhuisman Oct 22, 2023
9c3e769
[P103] Fix more issues, add/apply settings for EZO-HUM
tonhuisman Oct 22, 2023
9ab6047
Merge branch 'mega' of https:/letscontrolit/ESPEasy into …
tonhuisman Oct 23, 2023
48f8b8d
[P103] Handle EZO-HUM firmware issue of unexpected 'Dew' in output
tonhuisman Oct 23, 2023
feba189
Merge branch 'mega' of https:/letscontrolit/ESPEasy into …
tonhuisman Nov 14, 2023
79557e2
Merge branch 'mega' into feature/P103-add-ezo-hum-sensor
tonhuisman Dec 12, 2023
732f93a
Merge branch 'feature/P103-add-ezo-hum-sensor' of https:/…
tonhuisman Jan 20, 2024
94ed3d0
Merge branch 'mega' of https:/letscontrolit/ESPEasy into …
tonhuisman Feb 1, 2024
b5e48a6
Merge branch 'mega' of https:/letscontrolit/ESPEasy into …
tonhuisman Feb 1, 2024
1562664
[P103] Fix to apply new `UserVar` usage
tonhuisman Feb 1, 2024
ada38c2
Merge branch 'mega' of https:/letscontrolit/ESPEasy into …
tonhuisman Feb 2, 2024
dbbb9a1
Merge branch 'mega' into feature/P103-add-ezo-hum-sensor
tonhuisman Mar 7, 2024
517b5e9
Merge branch 'feature/P103-add-ezo-hum-sensor' of https:/…
tonhuisman Mar 8, 2024
4683de1
Merge branch 'mega' into feature/P103-add-ezo-hum-sensor
TD-er May 29, 2024
2a0cd89
Merge branch 'feature/P103-add-ezo-hum-sensor' of https:/…
tonhuisman Jul 3, 2024
b418df5
Merge branch 'mega' of https:/letscontrolit/ESPEasy into …
tonhuisman Jul 3, 2024
76d8d6f
Merge branch 'mega' into feature/P103-add-ezo-hum-sensor
TD-er Jul 3, 2024
b267c36
Merge branch 'mega' of https:/letscontrolit/ESPEasy into …
tonhuisman Sep 27, 2024
dcb9e92
Merge branch 'mega' into feature/P103-add-ezo-hum-sensor
TD-er Oct 2, 2024
0bae3dd
Merge branch 'mega' of https:/letscontrolit/ESPEasy into …
tonhuisman Oct 3, 2024
9a10620
Merge branch 'mega' of https:/letscontrolit/ESPEasy into …
tonhuisman Oct 17, 2024
0852557
[P103] Javascript fixes, code improvements
tonhuisman Oct 19, 2024
ce60f43
[Build] Fix: Use package with Solo1 'autodetect' (Solo1 specific pack…
tonhuisman Oct 19, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion platformio_esp32_solo1.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[esp32_solo1_common_LittleFS]
extends = esp32_base_idf5
platform = https:/Jason2866/platform-espressif32.git#Arduino/IDF53
platform_packages = framework-arduinoespressif32 @ https:/Jason2866/esp32-arduino-lib-builder/releases/download/3020/framework-arduinoespressif32-solo1-release_v5.3-98aecc7e.zip
platform_packages = framework-arduinoespressif32 @ https:/Jason2866/esp32-arduino-lib-builder/releases/download/3085/framework-arduinoespressif32-all-release_v5.3-4c885a26.zip
build_flags = ${esp32_base_idf5.build_flags}
-DFEATURE_ARDUINO_OTA=1
-DUSE_LITTLEFS
Expand Down
Loading