Description
Hi There
The ./build.sh script ends with:
fatal: ref HEAD is not a symbolic ref
usage: gen_platformio_manifest.py [-h] -o DST_DIR -s VERSION_STRING -c COMMIT_HASH
gen_platformio_manifest.py: error: argument -s/--version-string: expected one argument
It seems to me, however, related to the patches done to esp_eth component.
$ git symbolic-ref --short HEAD
fatal: ref HEAD is not a symbolic ref
and:
$ git status
HEAD detached at cb174b0fe1
Changes not staged for commit:
(use "git add ..." to update what will be committed)
(use "git restore ..." to discard changes in working directory)
modified: components/esp_eth/include/esp_eth_mac.h
modified: components/esp_eth/src/esp_eth_mac_dm9051.c
modified: components/esp_eth/src/esp_eth_mac_ksz8851snl.c
modified: components/esp_eth/src/esp_eth_mac_w5500.cno changes added to commit (use "git add" and/or "git commit -a")
I've temporarily override it by a manual generation.