-
-
Notifications
You must be signed in to change notification settings - Fork 226
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
Conversation
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
Update Readme start
Update first draft
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
Added Discord Link.
Updates README.md (thx @thfcm )
@@ -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" /> |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thx for review
There was a problem hiding this comment.
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.
Überarbeitete Readme.md - Umstrukturierung der Themen - Aktualisierte Inhaltsliste - Ergänzungen
Implemented Change Request
Update README.md
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