// Fill-in information from your Blynk Template here
#define BLYNK_TEMPLATE_ID "TMPLEXxvKAa_"
#define BLYNK_DEVICE_NAME "maaz"
#define BLYNK_FIRMWARE_VERSION "0.1.0"
#define BLYNK_PRINT Serial
//#define BLYNK_DEBUG
#define APP_DEBUG
// Uncomment your board, or configure a custom board in Settings.h
//#define USE_WROVER_BOARD
#include "BlynkEdgent.h"
int botton = 6;
BLYNK_WRITE(V0){
int pinValue = param.asInt();
Serial.println(pinValue);
}
void setup()
{ pinMode(botton, OUTPUT);
Serial.begin(115200);
delay(100);
BlynkEdgent.begin();
}
void loop() {
BlynkEdgent.run();
}
Dear Blynk Team i am using esp32 i successfuly upload the code on my ESP32
i am having issue is i cant find the esp32 board hotsport name in my Blynk iot mobile software please help me i hope u hear me soon