marcoschwartz / aREST

A RESTful environment for Arduino
http://aREST.io/
Other
1.2k stars 279 forks source link

function name gets confused after 6 characters #293

Open cbitterfield opened 3 years ago

cbitterfield commented 3 years ago

I had an issue with:

rest.function("config",sysConfig); rest.function("configBig",bigConfig);

The API sees these two functions as the same and only responds to the first one. If this is a limitation of 6 characters, it should be in the read me.

marcoschwartz commented 3 years ago

Thanks for reporting this, we'll look into it and update the readme if necessary!