Too many arguments now?

The computer keeps coming up with new things to prevent me from uploading something more complicated than ‘Hello world.’ In this case, I’m copying Hello World + Blink from a published script, with comments indicating it works.

This is the error:

Here are the lines:

gpio_set_direction(BLINK_GPIO, GPIO_MODE_OUTPUT);

    gpio_set_level(BLINK_GPIO, 0);

How is 2 too many arguments? I really feel like my computer is messing with me.

If it is a published script, can you give a link to it?

What is your platformio.ini for this project?

Those errors do look messed up though - doesn’t seem right.