void setup()

in iot_code/DemoProject/src/main.cpp [71:74]


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