maybe somebody here who can help me with the compile of the _P105 from Plugin Playground.
Given :
- working IDE PlatformIO (Arduino IDE not working with ESPEasy_mega-20190110 without heavy customization)
- SRC ESPEasy_mega-20190110 (others tried also)
- _P105_RGBW from Plugin Playground
- Choice of ESP board/Mem makes no difference
- on an Windows10 System
I followed the standard advices also working for other plugins, nearly all Playground plugins can be compiled, _P105 always dies with
As i`m not a programmer i just farly understand that there is something wrong with a type onversation of a passed/not passing argument but i have absolutely no clue where to search.D:/SourceCodes/ESPEasy/src/_P105_RGBW.ino: In function 'boolean Plugin_105(byte, EventStruct*, String&)':
D:/SourceCodes/ESPEasy/src/_P105_RGBW.ino:861:34: error: invalid initialization of non-const reference of type 'String&' from an rvalue of type 'char*'
D:/SourceCodes/ESPEasy/src/Misc.ino:637:6: error: in passing argument 2 of 'bool GetArgv(const char*, String&, unsigned int)'

Any hint or advice would be very welcome
Many thanks in advance & best regards
sm0k0