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

Merge Development for new release #220

Merged
merged 46 commits into from
Sep 4, 2022
Merged

Merge Development for new release #220

merged 46 commits into from
Sep 4, 2022

Conversation

aschiffler
Copy link
Contributor

This merge will have no major improvements in the release but some small fixes. Most in the Web UI.
Target release 0.5.16 on Sunday 9/4/22

DanielR92 and others added 30 commits August 20, 2022 22:44
Webbrowser error when the site 'setup' is called. 
JS function not exist.

#184 (first row)
Start to review the whole documentation and rewrite it. 
First draft. :)
added the todo list from the post #142
Delete checkserial() in the input field
MQTT reconnect delay, fixed ESP32 build
Added a Hint for update from a low version to new
Update Scheduler / Task manager + MQTT
* replaced several {0} by memset
* erase now erases the flash with 0xff (identical to a brandnew ESP)
* moved function showLiveData to web.cpp
* improved debug messages
* cleaned some code
Build automatically the firmware under tools/esp8266 for any branchs whichs matchs the widlcard development* and plces the binaries in the action artifacts
…h file to ensure git pulls don't require merges

- Move DTU_RADIO_ID to config.h to allow for easy customization for multiple DTUs with non conflicting radio IDs
Improve config system and make DTU_RADIO_ID customizable in config.h
tools/esp8266/README.md Outdated Show resolved Hide resolved
tools/esp8266/README.md Outdated Show resolved Hide resolved
tools/esp8266/README.md Outdated Show resolved Hide resolved
tools/esp8266/app.cpp Outdated Show resolved Hide resolved
@@ -102,7 +102,7 @@ <h1>Setup</h1>
<fieldset>
<legend class="des">MQTT</legend>
<label for="mqttAddr">Broker / Server IP</label>
<input type="text" class="text" name="mqttAddr" value="{MQTT_ADDR}"/>
<input type="text" class="text" name="mqttAddr" value="{MQTT_ADDR}" maxlength="32" />
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the maxlengh should come from define and not hard coded

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thx for review

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Won't fix that for now, bc maybe it will be solved by reworked html/webserver things.

lumapu and others added 5 commits August 31, 2022 21:14
Überarbeitete Readme.md
- Umstrukturierung der Themen
- Aktualisierte Inhaltsliste
- Ergänzungen
Implemented Change Request
@aschiffler aschiffler merged commit 7d17efa into main Sep 4, 2022
@aschiffler aschiffler deleted the development02 branch September 4, 2022 10:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment