91 Commits

Author SHA1 Message Date
fvanroie
3168714bc3 Add WiFi All Channel Scan 2024-03-23 14:54:12 +01:00
fvanroie
ff6a8846ce Update copyright 2024-02-26 00:59:10 +01:00
Jaroslav Kysela
e93597a881 Little wireguard cleanups
- accept the password mask as valid input string in web ui
- do not set the new configuration immediatelly (use manual restart like for wifi)
2024-02-10 21:50:11 +01:00
fvanroie
1a5921080f Update Timezones 2024-02-08 18:21:22 +01:00
Jaroslav Kysela
51f35e7d36 wireguard - allow to set hostname for the remote peer
WireGuard-ESP32 library uses lwip_getaddrinfo() call to resolve
IP/hostname string, so it should work.
2024-02-08 14:24:23 +01:00
fvanroie
9a97c35df1 Update Copyright to include 2024 2024-02-02 18:26:42 +01:00
fvanroie
e95b916157 Downgrade to Tasmota core 2023.10.02 2024-02-02 16:36:57 +01:00
Jaroslav Kysela
2c94573edb add WireGuard implementation to increase security
WireGuard is really ideal for those IoT devices with limited resources.
2023-12-01 22:36:06 +01:00
Faidon Liambotis
5b3f9f0d8c Spelling fixes (comments & variables) 2023-07-16 16:19:42 +03:00
fvanroie
516b42a7e8 Update wifiShowAP() 2023-04-11 00:23:34 +02:00
fvanroie
59bc01be04 Default timezone Etc/Universal 2023-02-14 21:58:15 +01:00
fvanroie
303cd45a11 Minor tweaks 2023-02-14 03:55:07 +01:00
fvanroie
62999284b2 Make Etc the default time region 2023-02-09 23:15:39 +01:00
fvanroie
f842a744e4 Add timezone to possix format 2023-01-31 03:34:51 +01:00
fvanroie
0362cdc1ce Add nvs_user_begin 2023-01-26 01:11:49 +01:00
fvanroie
e2670ab702 Move #include "hasp_config.h" to hasplib 2023-01-26 01:01:13 +01:00
fvanroie
1e517c3b24 Bring back 2 bitmap fonts 2023-01-18 20:52:21 +01:00
fvanroie
596c798f3a Improve WiFi reconnect check 2023-01-16 18:14:08 +01:00
fvanroie
dd9c84fcc5 Add BSSID to info page 2023-01-11 13:49:06 +01:00
fvanroie
ca6a59ae2c Store passwords in NVS instead of config.json 2022-12-26 23:08:07 +01:00
Ben Suffolk
ab93f3abf2 Updated for new define HASP_USE_ETHSPI to allow ETHSPI to build 2022-12-12 09:15:52 +00:00
fvanroie
8ec8de6980 Change dispatch_exec to dispatch_run_script 2022-12-01 19:46:35 +01:00
fvanroie
a92860b4cd Fix recursion bug in networkEvery5Seconds #381 2022-11-23 20:42:19 +01:00
fvanroie
8490240f7f Fix Captive Portal 2022-10-18 22:58:07 +02:00
fvanroie
1e93d22833 Wifi Improvements #392 2022-10-17 16:14:01 +02:00
fvanroie
80bda2c78e Fix WiFi reconnect bug #385 2022-10-01 14:09:22 +02:00
fvanroie
f12a651443 Restart WiFi on Stop event 2022-09-26 20:50:16 +02:00
fvanroie
15853c789f Use MAX_SSID_LEN and MAX_PASSPHRASE_LEN defines 2022-07-21 00:49:18 +02:00
Ben Suffolk
5f2ab5852a Call new network_connected & network_disconnected functions instead of networkStart & networkStop 2022-06-18 19:02:18 +01:00
fvanroie
0f95052dc3 Merge ethernet_esp32 and esthernet_spi.cpp 2022-06-11 19:16:21 +02:00
Ben Suffolk
ac93c70bc1 Removed extra debug lines, and fixed netwrks scripts running multiple times 2022-06-08 21:08:58 +01:00
Ben Suffolk
a5390eca1b Added SPI Ethernet for W5500 2022-06-08 14:21:17 +01:00
fvanroie
c621881fce Rename HASP_USE_OTA to HASP_USE_ARDUINOOTA 2022-05-10 15:44:58 +02:00
fvanroie
af336b190b Wifi code improvements 2022-05-07 01:07:37 +02:00
fvanroie
87c1c8ee0c Add hasp_nvs 2022-05-07 00:32:10 +02:00
fvanroie
92f3588c5e Don't persist Wifi config 2022-05-03 23:49:16 +02:00
fvanroie
625fe380f7 Wifi connection tweaks 2022-05-03 21:55:06 +02:00
fvanroie
3fa03f11f8 Move #include "ArduinoLog.h" to hasplib.h 2022-04-26 15:22:07 +02:00
fvanroie
fc0ecc74f2 Always disable SleepMode 2022-04-25 23:26:57 +02:00
fvanroie
8d8b2a194f Add HTTP_USERNAME and HTTP_PASSWORD to user_config_override 2022-04-20 12:15:00 +02:00
fvanroie
1cbeb1bc53 Fix for nvs_iterator_t in Arduino core v1 2022-04-10 18:45:01 +02:00
fvanroie
e30e6bbeca Use hasplib header 2022-04-09 21:29:14 +02:00
fvanroie
143abc212d Add hasp_time 2022-04-03 01:39:56 +02:00
fvanroie
09bf85ad2a Reject IP 0.0.0.0 2022-02-16 15:55:25 +01:00
fvanroie
73b6dd2e2f Remove halGetMacAddress() calls 2022-02-01 07:29:38 +01:00
fvanroie
e459583df1 Add NTPSERVERS to user_config_override.h 2022-01-18 16:34:14 +01:00
fvanroie
4d337da0e3 Add SimpleFTPServer #283 2022-01-17 03:50:05 +01:00
fvanroie
781c711abb Update License 2022-01-10 05:57:46 +01:00
fvanroie
09ae100b27 Harmonize hostname, username and password length 2021-11-16 00:02:24 +01:00
fvanroie
884a466ca9 Add uri to discovery message 2021-11-05 23:59:56 +01:00