Fixing Error Message in Console Area

you likely have two .ino with setup() and loop() in the same directory

each sketch needs to be isolated in its own directory (which has the name of the main ino file)