93 Commits

Author SHA1 Message Date
0bed1ebabe Add PPP auth types 2023-09-12 11:29:36 +02:00
7c5004c19e Add wifi bandwidth and remove default: switch cases to allow for compiler errors just in case new enum values are introduced 2023-09-07 09:19:25 +02:00
6c5174614c Removed experiments with modem 2023-08-31 17:07:29 +02:00
e70b509e20 Implement serial proxying to debug modem communication 2023-06-20 15:55:41 +02:00
8337221c75 modem work in progress 2023-06-06 17:36:19 +02:00
d51e184789 More modem fixes 2023-06-02 15:58:11 +02:00
382b82ff5d More modem tests 2023-05-15 10:56:25 +02:00
4b5da21029 Add strange log related workaround 2023-05-15 10:54:09 +02:00
4c50bcd443 C++23 enable in CMakeLists.txt 2023-04-27 14:33:10 +02:00
93803a93c6 Fix ethernet not having a hostname 2023-04-26 16:24:57 +02:00
0c4fe6ffe8 Fix static dns 2023-04-06 17:54:01 +02:00
4e7df51198 Disable wifi power saving 2023-04-04 16:56:07 +02:00
40d5760f95 Downgraded esp-idf again 2023-04-04 14:38:07 +02:00
ed045fda49 Updated to newest esp-idf 2023-03-28 14:42:30 +02:00
b2f2ad72dd Updated to new esp-idf 2023-02-27 17:27:15 +01:00
f6ce27ddff Add support for modemse 2023-02-17 17:28:11 +01:00
5e23912a78 Refactor wifi sta error log to an ring_buffer of structs 2023-02-13 14:48:18 +01:00
ceb9190233 Add new wifi reasons 2023-02-01 14:04:21 +01:00
75f8cb1bef Add get_eth_has_ip() 2023-01-26 11:59:11 +01:00
002d4d852b Add wifi sta status WAITING_FOR_IP 2023-01-24 13:39:31 +01:00
a102f12acd Add new wifi reasons 2022-12-13 17:56:56 +01:00
94ce7ebea4 Reconnect no WIFI_REASON_AUTH_EXPIRE 2022-11-09 18:07:58 +01:00
980a4acd11 Fixed compiling with newest IDF again 2022-10-05 23:01:40 +02:00
b297fe4068 Removed shitty reason2str() 2022-10-05 21:04:42 +02:00
2bf332f3eb Make wifi case insensitive 2022-10-01 00:03:18 +02:00
2d088a9480 New compiler new printf chars 2022-09-17 22:15:23 +02:00
0ca9586168 Fix missing dependency esp_wifi 2022-09-17 22:15:16 +02:00
2baec43220 add timestamp for last failed connection attempt 2022-09-07 17:56:49 +02:00
2d222b6bb0 Fix compiler warning 2022-06-29 14:41:26 +02:00
724cac190f Fix to compile under cpp23 again successfully 2022-06-22 14:55:04 +02:00
4749a9db5c Disable advertising of default route / default DNS over AP 2022-05-25 16:22:20 +02:00
7bdb2dd41b Less arduino bullshit in ethernet code 2022-05-23 17:16:09 +02:00
ab236a065d Fixes with on/off dual ant config 2022-05-06 18:48:19 +02:00
63628ce68d Make dual ant a sdkconfig setting 2022-05-06 18:36:44 +02:00
f836ceb9c8 Show AP name in log output 2022-05-02 14:06:50 +02:00
118b03123e Remove IMPLEMENT_TYPESAFE_ENUM 2022-04-09 18:07:26 +02:00
0c949def03 allow configuring different dual ant pins 2022-03-30 14:48:42 +02:00
8d69883a41 Make ethernet prio 150 2022-03-28 17:28:58 +02:00
982f8e0e02 Fix ethernet reset gpio 2022-03-28 15:31:54 +02:00
c17062e1e8 Changes needed to compile again with new idf 2022-03-17 15:27:09 +01:00
f93774b267 Changes needed to compile again with new idf 2022-03-17 14:45:56 +01:00
96c706c684 Rebuild wifi sta connect plan when the user changes password during connect phase 2022-03-02 05:57:56 +01:00
3d36fa2b4c Better last sta error access 2022-03-02 03:21:23 +01:00
83b7fa5b64 Fixes for new idf 2022-02-28 17:49:24 +01:00
bced0e2852 UdpSender now supports simple ip types too 2022-01-26 22:51:17 +01:00
25bb86f9eb Fixed compilation with newer esp-idf versions 2022-01-11 20:50:55 +01:00
55b4078e28 Added status bool to see if wifi has been initialized 2022-01-11 13:56:03 +01:00
ea56b58a23 Ethernet IPv6 tries 2021-12-22 01:04:42 +01:00
35ecfd1dba Implemented udp sender for ipv6 2021-12-21 23:17:20 +01:00
08d8cc22fa Smaller improvements 2021-12-21 16:23:17 +01:00