Project

General

Profile

BUG: Pathlength of maximum 55 characters allowed

Added by Suphichaya Youngsubtargul (โอปอ) over 1 year ago

When pathlength exceeds the 55 characters, than Waijung will throws an error.
55 Characters is way too small, please can you change this limit into 256, 512 or better 1024 characters maximum?
Best regards,

Martin.


Replies (2)

RE: BUG: Pathlength of maximum 55 characters allowed - Added by Suphichaya Youngsubtargul (โอปอ) over 1 year ago

Hi Martin,

The path length limitation is from the ESP32 IDF Toolchain itself. Therefore we can't make it work for longer path lengths. It is limited to 90 characters. But some of the components will not be built properly even the path length is more than 60 characters. That's why we limited it to 55 characters to build the application safely.
Reference: Standard Setup of Toolchain for Windows.

Best regards,
Chandima.

RE: BUG: Pathlength of maximum 55 characters allowed - Added by Suphichaya Youngsubtargul (โอปอ) over 1 year ago

Hi Chandima,
Thanks for your quick response.
It's a pitty that the ESP toolchain is limited at 55 characters, but okay we've to deal with it.
Kind regards,

Martin.

    (1-2/2)