Skip to content

Commit

Permalink
Add phy_init_data.
Browse files Browse the repository at this point in the history
  • Loading branch information
OtherCrashOverride committed Oct 1, 2018
1 parent 06a3791 commit ba31df7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdkconfig
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ CONFIG_ESP32_WIFI_TASK_PINNED_TO_CORE_1=
# PHY
#
CONFIG_ESP32_PHY_CALIBRATION_AND_DATA_STORAGE=y
CONFIG_ESP32_PHY_INIT_DATA_IN_PARTITION=
CONFIG_ESP32_PHY_INIT_DATA_IN_PARTITION=y
CONFIG_ESP32_PHY_MAX_WIFI_TX_POWER=20
CONFIG_ESP32_PHY_MAX_TX_POWER=20

Expand Down
2 changes: 1 addition & 1 deletion tools/mkimg/pack.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
TITLE="odroid-go-firmware-$(date +%Y%m%d).img"
./mkimg "$TITLE" 0x1000 ../../build/bootloader/bootloader.bin 0x10000 ../../build/odroid-go-firmware.bin 0x8000 ../../build/partitions.bin
./mkimg "$TITLE" 0x1000 ../../build/bootloader/bootloader.bin 0x10000 ../../build/odroid-go-firmware.bin 0x8000 ../../build/partitions.bin 0xf000 ../../build/phy_init_data.bin

0 comments on commit ba31df7

Please sign in to comment.