void setup() {
  Serial.begin(9600);
}

void loop() {
  Serial.println("Hello I am nodmcu");
  delay(1000);
}