set_csma_normal.sh is not needed.

Because we support normal CSMA/CA by default now.
This commit is contained in:
Jiao Xianjun 2021-04-02 13:53:54 +02:00 committed by GitHub
parent e42aed846e
commit 0264b507c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,6 @@ SPDX-License-Identifier: AGPL-3.0-or-later
(Wait for it completed)
ifconfig sdr0
(Now you should see the IP address like 192.168.13.x allocated by AP)
./set_csma_normal.sh
ping 192.168.13.1
(Ping the AP)
```