Harald Barth
|
7ffbd9d0e8
|
Use port variable
|
2024-09-05 13:01:54 +02:00 |
|
pmantoine
|
df1f365c1e
|
Add WIFI_LED option for ESP32, edits for config.example.h
|
2024-06-29 16:22:23 +08:00 |
|
Harald Barth
|
0a52a26d50
|
ESP32: Can all Wifi channels. Only write Wifi password to display if it is a well known one
|
2024-01-21 21:09:55 +01:00 |
|
Harald Barth
|
74f7af1675
|
Display network IP fix
|
2024-01-03 02:36:07 +01:00 |
|
Harald Barth
|
e7d3d92c23
|
as no other tasks run on core1, yield() not necessary
|
2023-12-25 17:40:29 +01:00 |
|
Harald Barth
|
e3bab887a2
|
simplify WifiESP32
|
2023-12-25 17:32:39 +01:00 |
|
Harald Barth
|
041a6534da
|
more diag and inUse tests
|
2023-12-24 12:03:42 +01:00 |
|
pmantoine
|
753567427e
|
ESP32 LCD messages, STM32 minor updates
|
2023-11-30 14:38:16 +08:00 |
|
Harald Barth
|
b44bebc1c6
|
copyright, version and compile warnings fix
|
2023-07-08 08:58:00 +02:00 |
|
Nathan Kellenicki
|
ae2bbbf668
|
Added WIFI_FORCE_AP to force AP mode when specifying SSID/pass
|
2023-07-02 19:51:29 -07:00 |
|
pmantoine
|
1bdb05a471
|
ESP32 now sets hostname to dccex in STA mode
|
2023-06-29 11:00:14 +08:00 |
|
Harald Barth
|
f3cb263aaa
|
convert mac addr hex chars to lower case to be compatible with AT software
|
2023-06-23 13:54:25 +02:00 |
|
pmantoine
|
ec6e730559
|
ESP32 mDNS registration for throttle autodiscovery
|
2023-06-23 18:08:05 +08:00 |
|
Fred
|
196a27a27a
|
Update WifiESP32.cpp (#338)
* Update WifiESP32.cpp
Fix SSID for AP from DCC_ to DCCEX_
* Update version.h to 4.2.59
|
2023-06-22 19:47:20 -04:00 |
|
Harald Barth
|
9dabf14aa3
|
ESP32: Experimental BT support, enable with #define SERIAL_BT_COMMANDS
|
2022-08-28 22:54:26 +02:00 |
|
Harald Barth
|
2f9c8faa77
|
ESP32: More WiFi diag
|
2022-08-28 19:44:07 +02:00 |
|
Harald Barth
|
4fb53572f5
|
Diag outgoing messages on ESP32
|
2022-08-20 11:45:29 +02:00 |
|
Harald Barth
|
9633e77c0a
|
move mark/commit into CommandDistributor::parse()
|
2022-08-16 19:22:19 +02:00 |
|
Harald Barth
|
5d415366d8
|
bigger ringstream on ESP32
|
2022-08-16 12:43:38 +02:00 |
|
Harald Barth
|
b9c1e779ae
|
move WiFiESP::loop() to core 1
|
2022-08-16 12:25:49 +02:00 |
|
Harald Barth
|
162e1f9d3e
|
move ringClient into RingStream
|
2022-08-16 09:38:40 +02:00 |
|
Harald Barth
|
ecda69ba32
|
make sending loop ringbuffer to ESP32 Wifi more simple
|
2022-08-09 15:25:29 +02:00 |
|
Harald Barth
|
f56e3bec9e
|
eliminate wrong ringread due to peek (eliminated peek as well) - new version
|
2022-08-08 13:00:53 +02:00 |
|
Harald Barth
|
5182bb171d
|
ESP32 do not recycle client handles for now
|
2022-08-07 20:11:31 +02:00 |
|
Harald Barth
|
c115c441e4
|
ESP32 introduce NetworkClient class to hold state associated to WiFiClient
|
2022-08-07 01:24:41 +02:00 |
|
Harald Barth
|
803db81c8f
|
try to recover from ringbuffer read problem
|
2022-08-06 19:07:35 +02:00 |
|
Harald Barth
|
012d427c6e
|
loop over WiThrottle so that broadcast commands get into outbound ring and get sent
|
2022-08-06 00:34:35 +02:00 |
|
Harald Barth
|
5f1a263158
|
do not make delete client conditional
|
2022-08-05 19:54:01 +02:00 |
|
Harald Barth
|
608c7547fb
|
ESP32 Wifi AP mode no sleep
|
2022-08-05 16:14:51 +02:00 |
|
Harald Barth
|
ed1b451b85
|
ESP32 Wifi "good to have" commands
|
2022-07-31 13:35:25 +02:00 |
|
Harald Barth
|
2ad0d7ab76
|
ESP32 wifi should not sleep, otherwise auth errors
|
2022-07-31 09:20:34 +02:00 |
|
Harald Barth
|
bdd87e7399
|
wifi 2nd try kludge
|
2022-07-31 08:47:58 +02:00 |
|
Harald Barth
|
d29219f858
|
ifdef whole file
|
2022-07-31 00:23:19 +02:00 |
|
Harald Barth
|
4668e116f4
|
preambles running
|
2021-11-14 13:10:16 +01:00 |
|
Harald Barth
|
877db433a4
|
make task startup nicer
|
2021-11-06 02:59:57 +01:00 |
|
Harald Barth
|
4901f12fcd
|
make own task on core0 for WifiESP::loop() on ESP32
|
2021-11-06 02:40:49 +01:00 |
|
Harald Barth
|
77ee57eb83
|
give up eventually
|
2021-11-02 17:50:32 +01:00 |
|
Harald Barth
|
500fe2f717
|
more diag messages
|
2021-10-31 00:40:35 +02:00 |
|
Harald Barth
|
278f7618f4
|
do something i AP mode
|
2021-10-31 00:10:58 +02:00 |
|
Harald Barth
|
b6cfc39d23
|
ESP32 watchdog workaround (with diag code)
|
2021-10-24 12:09:54 +02:00 |
|
Harald Barth
|
d174c05127
|
Wifi connect and waveform
|
2021-10-05 21:53:02 +02:00 |
|
Harald Barth
|
75dffd9dfa
|
first ESP32 compile
|
2021-10-05 10:39:08 +02:00 |
|