Commit Graph
212 Commits
Author SHA1 Message Date
Martin Gergeleit e95b2ff8c8 Inital config and Readme 2026-04-23 22:37:37 +02:00
Martin Gergeleit 787efb35f2 Proxy ARP; Byte counter; Web 2026-04-23 20:06:50 +02:00
Martin Gergeleit f0baf1be53 WiFi repeater mode 2026-04-23 13:50:55 +02:00
Holger Müller f5984119c8 need to check and update esp_init_data for SDK >= 3.0.0 as well 2025-02-07 21:43:12 +01:00
Holger Müller 8d9a076312 switch code automatically with ESP_SDK_VERSION_NUMBER >= 0x030000 2025-02-07 21:36:51 +01:00
Holger Müller cd9cfe09f9 reformatted, ifdef USER_RF_CAL user_rf_cal_sector_set(), used user_rf_cal_sector_set() in user_rf_pre_init() 2025-02-07 18:07:45 +01:00
Holger Müller 52efb0ae0f added USER_RF_CAL 2025-02-07 18:00:56 +01:00
Holger Müller 71ba4bf034 pump version 2025-02-06 08:36:33 +01:00
Holger Müller 0b6196d90c fix docker make 2025-02-06 08:34:29 +01:00
martin-gerandGitHub 7f4149c59e Merge pull request #549 from hmueller01/set-dhcps-lease-time
DHCP lease time
2025-02-05 20:24:31 +01:00
martin-gerandGitHub bf2e78e1e8 Merge pull request #548 from hmueller01/output-update
Get some more output info
2025-02-05 20:23:20 +01:00
martin-gerandGitHub 2dcae7e489 Merge pull request #546 from hmueller01/fix-compile
Fix various compile errors ...
2025-02-05 20:22:37 +01:00
Holger Müller 8e59e2fd20 added setting of dhcps lease time 2025-02-05 19:42:44 +01:00
Holger Müller 4fe7c652e0 undone CRLF fix at time output, sorry 2025-02-03 20:18:01 +01:00
Holger Müller 3f073c5994 added SDK version output, added help info at telnet login, fixed CRLFs 2025-02-03 20:05:57 +01:00
Holger Müller ab0e96028a fixed wrong needed buffer size output 2025-02-02 21:07:48 +01:00
Holger Müller a0bc135e90 do not crash in case of low memory situations and release memory after usage 2025-02-02 20:56:52 +01:00
Holger Müller 5c170a57db added missing stdint.h that defines intptr_t (compile error) 2025-02-02 17:43:59 +01:00
Holger Müller 5c9b3e59b2 added missing user_rf_cal_sector_set for SDK 2.2.1 2025-02-02 17:42:42 +01:00
martin-ger a176fa1079 license file 2021-04-08 20:46:50 +02:00
martin-ger efbf643bcc 120 chars cmd-line 2021-04-06 23:57:41 +02:00
martin-ger 895c5234dd 160 MHz as default 2021-04-05 23:38:55 +02:00
martin-ger 583aaea0a8 160 MHz as default 2021-04-05 23:36:43 +02:00
martin-ger 26efc9da0f applied 0hax's fix for #386 2020-03-21 08:41:14 +01:00
martin-ger 814f2296ba PEAP_password now 63 chars 2020-02-09 23:07:08 +01:00
martin-ger 72424a4301 Fixed #375 and added comments in cmd-line 2020-02-02 21:36:21 +01:00
martin-gerandGitHub 90fe3100b3 Update config_flash.h
New magic no
2019-09-21 08:37:33 +02:00
mirko12andGitHub 18e3ab0595 Add files via upload
STA password length changed to 65, so connection to APs with HEX 64 character key is possible
2019-09-10 11:31:46 +02:00
martin-ger 675cd73d74 fixed #319 2019-06-19 16:57:11 +02:00
gordoste 990e5c8180 Calling ip_napt_init() after loading portmap table wipes it out 2019-06-19 20:55:31 +10:00
martin-ger eb8a138083 Back to original Automesh 2019-06-05 17:50:14 +02:00
martin-ger 4be6bb15b9 added dynamic NAPT table size 2019-05-30 11:10:01 +02:00
martin-gerandGitHub 2791651c39 Merge pull request #317 from bchabrier/small_fixes
Fix: displaying correct STA when automesh uses ap_ssid
2019-05-29 07:18:01 +02:00
Bruno Chabrier 2a5d34e305 Fix: displaying correct STA when automesh uses ap_ssid 2019-05-28 22:11:26 +02:00
martin-ger 3d11f17874 Fixed size of lock pw 2019-05-25 01:02:03 +02:00
Bruno Chabrier 526381dc1a Increased MQTT_BUF_SIZE to fit help output 2019-05-24 19:26:34 +02:00
Bruno Chabrier 4a1663b92f Beautifyied 2019-05-12 19:16:19 +02:00
Bruno Chabrier d3fd950ace Added automesh_use_ap_ssid in flash to indicate if ap_ssid should be used in automesh mode 2019-05-12 00:30:03 +02:00
Bruno Chabrier b9e759f89d Fixed bug that ap password was not used in automesh mode 2019-05-12 00:27:33 +02:00
Bruno Chabrier 73a1bcdd60 Allow specifying a ap_ssid (and possibly password) in Automesh mode 2019-05-08 08:57:29 +02:00
Bruno Chabrier 3b532bb1fb Fixed a bug causing a crash when 2 input GPIO states changed simultaneously 2019-05-02 19:40:39 +02:00
Bruno Chabrier 041555d556 Executing the triggers at init 2019-05-02 19:38:26 +02:00
martin-ger ba98750052 fix address of config area 2019-04-17 19:09:15 +02:00
Bruno Chabrier 0b7cf62e12 Command gpio trigger none was saying Invalid Command despite doing the job 2019-04-16 23:38:27 +02:00
martin-gerandGitHub f338777eaa Merge pull request #299 from bchabrier/small_fixes
Small fixes
2019-04-15 14:43:37 +02:00
martin-ger 70517fc1ed V2.2.8 binaries 2019-04-15 14:41:47 +02:00
martin-gerandGitHub 54fa07191e Merge pull request #298 from bchabrier/gpio_help
Added gpio trigger command, to link input GPIOs to output GPIOs
2019-04-15 12:06:13 +02:00
Bruno Chabrier 69c49ced00 Split bistable into bistable_NC and bistable_NO 2019-04-13 22:11:54 +02:00
Bruno Chabrier 1e394bfc04 Increase console buffer to fit gpio command help 2019-04-13 19:42:12 +02:00
Bruno Chabrier ed5e68f5a1 Fixed wrong test 2019-04-13 16:02:22 +02:00