Commit graph

27 commits

Author SHA1 Message Date
Daniel Öster
7ee0eb5e88 Remove old method to compile, all is now Common Image 2025-09-01 15:03:56 +03:00
Daniel Öster
a1e5bc57d0 Remove ifdef from logging 2025-08-29 23:16:36 +03:00
Jaakko Haakana
6a3a2c2d4d Don't start reconnecting Wifi while it's not really disconnected 2025-07-27 11:36:46 +03:00
Jaakko Haakana
7e86ee8d93 Webserver to use settings 2025-07-26 19:40:27 +03:00
Jaakko Haakana
f609d54a14 Add some required includes 2025-07-25 19:11:07 +03:00
Jaakko Haakana
64d1fa418a Remove include.h, does not build yet 2025-07-23 09:32:53 +03:00
Jaakko Haakana
ffd3e45a96 Add missing settings 2025-07-11 21:03:33 +03:00
Jaakko Haakana
0b3bc738ac Merge from main and fix conflict 2025-07-11 17:26:09 +03:00
Jaakko Haakana
5d86058852 Wifi settings for common image 2025-07-11 15:10:16 +03:00
pre-commit-ci[bot]
9219cb2e54 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2025-07-07 06:47:49 +00:00
Fredrik
88c3103000 Simplifying setup process and clarifying the name 2025-07-07 08:47:33 +02: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
pre-commit-ci[bot]
8860bcf007 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2025-07-03 11:12:41 +00:00
Fredrik
daeeece63a Add feature to set a custom device hostname 2025-07-03 12:21:55 +02: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