Hello,
I cloned the project and I'm trying to use it on a NodeMCU board, 4MB (nonos 2.1.0 SDK version).
make flash works ok, instead, make htmlflash gives me: "No rule to make target 'htmlflash'".
In makefile I have OUTPUT_TYPE=ota
I thought that make flash was enough but, without htmlflash it doesn't load the static html files I added.
How could I solve this problem? Doesn't it work even with the OTA parameter (it works with OUTPUT_TYPE=separate)?
Thanks!
Hello,
I cloned the project and I'm trying to use it on a NodeMCU board, 4MB (nonos 2.1.0 SDK version).
make flash works ok, instead, make htmlflash gives me: "No rule to make target 'htmlflash'".
In makefile I have OUTPUT_TYPE=ota
I thought that make flash was enough but, without htmlflash it doesn't load the static html files I added.
How could I solve this problem? Doesn't it work even with the OTA parameter (it works with OUTPUT_TYPE=separate)?
Thanks!