We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df749e2 commit ca2043fCopy full SHA for ca2043f
4 files changed
.github/scripts/container_build.sh
@@ -30,10 +30,6 @@ normalize_sdkconfig() {
30
[ -f "$f" ] || continue
31
sed -i 's/\r$//' "$f"
32
done
33
-
34
- if [ -f "$cfg" ] && grep -q '^CONFIG_IEEE802154_CCA_THRESHOLD=$' "$cfg"; then
35
- sed -i 's/^CONFIG_IEEE802154_CCA_THRESHOLD=$/CONFIG_IEEE802154_CCA_THRESHOLD=-75/' "$cfg"
36
- fi
37
}
38
39
while [[ $# -gt 0 ]]; do
ESP32C5/binaries-esp32c5/bootloader.bin
0 Bytes
ESP32C5/binaries-esp32c5/projectZero.bin
ESP32C5/sdkconfig
@@ -3243,7 +3243,6 @@ CONFIG_IEEE802154_CCA_ED=y
3243
# CONFIG_IEEE802154_CCA_CARRIER_AND_ED is not set
3244
# default:
3245
CONFIG_IEEE802154_CCA_MODE=1
3246
-# default:
3247
CONFIG_IEEE802154_CCA_THRESHOLD=-65
3248
3249
CONFIG_IEEE802154_PENDING_TABLE_SIZE=20
0 commit comments