We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e0ee816 + 1512a93 commit 15a9839Copy full SHA for 15a9839
tools/config.sh
@@ -36,7 +36,7 @@ AR_PLATFORMIO_PY="$AR_TOOLS/platformio-build.py"
36
AR_ESPTOOL_PY="$AR_TOOLS/esptool.py"
37
AR_GEN_PART_PY="$AR_TOOLS/gen_esp32part.py"
38
AR_SDK="$AR_TOOLS/sdk"
39
-OSBITS=`arch`
+OSBITS=`uname -m`
40
41
function get_os(){
42
if [[ "$OSTYPE" == "linux"* ]]; then
0 commit comments