cnlohr / colorchord

Chromatic Sound to Light Conversion System

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WS_RETKEY_SIZEM1 and WS_RETKEY_SIZE - which is right?

king2 opened this issue · comments

in http.c I see define of WS_RETKEY_SIZEM1, but below MAX_PATHLEN checked against WS_RETKEY_SIZE (raising compiler error about "WS_RETKEY_SIZE not defined").

Which is right?

What file is this in? I am unfamiliar with this.

/esp82xx/fwsrc/http.c.
I just realized that I created issue in wrong place, because it is related to esp82xx, not to colorchord itself. Sorry.

Yeah, I would say. But to answer your question the WS stuff has to do with websockets. I think it just matters that the PATHLEN is big enough that it doesn't overflow it when working with the key, so I am a little confused about what the problem would be. Closing here, you can reopen at https://github.com/cnlohr/esp82xx