Wrong #include and #ifndef guards for generated .c files - Edgeline v0.3

If I decide to export the .c file under a different name, EL creates a .h file with the same name. So far, so good. But the #include statement in the .c file uses a different name - seems like the original project name. Also, in the .h file, the guards #ifndef also don’t match the .h file name.

Thanks, we will fix it for v1.0.