Skip to content

Commit ca2043f

Browse files
committed
Last build system fix
1 parent df749e2 commit ca2043f

4 files changed

Lines changed: 0 additions & 5 deletions

File tree

.github/scripts/container_build.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ normalize_sdkconfig() {
3030
[ -f "$f" ] || continue
3131
sed -i 's/\r$//' "$f"
3232
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
3733
}
3834

3935
while [[ $# -gt 0 ]]; do
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

ESP32C5/sdkconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3243,7 +3243,6 @@ CONFIG_IEEE802154_CCA_ED=y
32433243
# CONFIG_IEEE802154_CCA_CARRIER_AND_ED is not set
32443244
# default:
32453245
CONFIG_IEEE802154_CCA_MODE=1
3246-
# default:
32473246
CONFIG_IEEE802154_CCA_THRESHOLD=-65
32483247
# default:
32493248
CONFIG_IEEE802154_PENDING_TABLE_SIZE=20

0 commit comments

Comments
 (0)