bytebeamio / bytebeam-arduino-sdk

A small Arduino Library for Bytebeam Cloud that just works
https://bytebeam.io/docs/arduino
Apache License 2.0
17 stars 1 forks source link

Test Issue #2

Closed narangmayank closed 5 months ago

narangmayank commented 1 year ago

Answers checklist

Board

ESP32 Dev Module

Device Description

ESP32 DevKitM1

Hardware Configuration

NA

Arduino-ESP32 Version

2.0.7

Bytebeam Arduino SDK Version

1.0.1

IDE Name

Arduino IDE

Operating System

Windows 11

Problem Description

Just for testing purpose

Sketch

void setup() {
  // initialize serial port
  Serial.begin(115200);
}

void loop() {
  Serial.println("Hello World !");
  delay(1000);
}

Debug Message

Here goes the serial debug logs

More Information

Any more information can be included here.

I have checked existing issues, online documentation and the Troubleshooting Guide