make OUTPUT_TYPE=ota
I get this error:
APPGEN build/httpd.user1.bin
Traceback (most recent call last):
File "/home/dbetz/esp_iot_sdk_v1.5.2/tools/gen_appbin.py", line 276, in <module>
gen_appbin()
File "/home/dbetz/esp_iot_sdk_v1.5.2/tools/gen_appbin.py", line 212, in gen_appbin
byte3=(((int(flash_size_map)<<4)| int(flash_clk_div))&0xff)
ValueError: invalid literal for int() with base 10: '0xf'
Does anyone know of a fix for this? Am I typing the make command wrong?