Blynk 2.0 hotspot issue

// 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

@Huzefamaz1 please edit your post, using the pencil icon at the bottom, and add triple backticks at the beginning and end of your code.
Triple backticks look like this:
```

Pete.

thanks for prompet reply sir can you please teach me which part i can the Triple backticks thanks

tick|431x394tick|431x394
sir take a look the pic is it like that please let me know thanks sir