From fbb8417fc450ec0701067b36629770c11338231c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1niel=20Buga?= Date: Thu, 7 Sep 2023 21:03:07 +0200 Subject: [PATCH] Remove forgotten feature flag from readme (#264) --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index f4e0e2cb..f51c5312 100644 --- a/README.md +++ b/README.md @@ -87,10 +87,9 @@ Don't use this feature if your are _not_ using USB-SERIAL-JTAG since it might re | mtu-XXX | Set MTU to XXX, XXX can be 746, 1492, 1500, 1514. Defaults to 1492 | | big-heap | Reserve more heap memory for the drivers | | ipv6 | IPv6 support | -| phy-enable-usb | See _USB-SERIAL-JTAG_ below | +| phy-enable-usb | See _USB-SERIAL-JTAG_ below | | ps-min-modem | Enable modem sleep | | log | Route log output to the `log` crate | -| log-defmt | Route log output to the `defmt` crate | | defmt | Add `defmt::Format` implementation | When using the `dump-packets` feature you can use the extcap in `extras/esp-wifishark` to analyze the frames in Wireshark.