There was an error while loading. Please reload this page.
you try to put a rawstring inside a progmem F macro, the IDE doesn't quite know how to handle it visually, but the compiler accepts it normally.
F
auto lua_code = F(R"( local function init() print('ola mundo') end )");