Commit graph

15 commits

Author SHA1 Message Date
Jaakko Haakana
5d86058852 Wifi settings for common image 2025-07-11 15:10:16 +03:00
Jaakko Haakana
efdbbff916 mDNS controlled by run-time variable 2025-07-05 10:34:06 +03:00
Jaakko Haakana
5f8eedbacb WEB and MQTT settings are actually run-time variables 2025-07-05 10:21:15 +03:00
Daniel Öster
848d347e12 Reduce millis usage in Wifi monitor 2025-05-11 21:27:49 +03:00
Daniel Öster
275eaa9be8
Improvement: Replace use of deprecated functions and improve compilation warnings (#817)
* Change deprecated Send_P to send function

* Fix compilation warnings in Wifi files

* Change warnings into compilation errors

* Add -Wall -Wextra -Wpedantic -Werror to github actions
2025-01-24 16:40:08 +01:00
Matt Holmes
f138f97905
Adding feature to log to SD Card (#708)
* Adding feature to log to SD Card

Co-authored-by: mvgalen <marijnvangalen@gmail.com>
2025-01-02 21:46:10 +02:00
Daniel Öster
ad84b7e0f8 Make USER_SETTINGS more simplified 2024-12-24 00:22:33 +02:00
mvgalen
c713d0a94e
Change Serial logging to flexible logging (#690)
* Add Logging class
Add Logging class which inherits from Print class, to be able to route logging to USB Serial or to memory for display in the webpage. Adds a log webpage only visible when DEBUG_VIA_WEB is defined.
2024-12-22 22:48:35 +01:00
amarofarinha
cbd1fd996e apply the same connected_once logic to wifi 2024-09-20 19:33:37 +01:00
amarofarinha
4e3aa720d8 also clear disconnect event on GotIP handler 2024-09-19 09:09:43 +01:00
amarofarinha
23c9f8c3c3 improve WIFI event disconnect/connect register on emulator 2024-09-19 09:02:17 +01:00
amarofarinha
4059e3c80e bugfixes & tunning 2024-09-18 18:33:57 +01:00
amarofarinha
9369a8d141 compilation fixes + missing #ifdef DEBUG_VIA_USB 2024-09-18 14:58:08 +01:00
amarofarinha
3a5e39171f pre-commit fixes 2024-09-18 03:25:08 +01:00
amarofarinha
be9d993b44 Refactor Wi-Fi management / separated from webserver logic and add support for fixed IP configuration 2024-09-18 03:07:29 +01:00