Wemos D1 reboot all time

hi, my problem is the wemos D1 rebooting all time this is the messenger from port:

⸮[76] Connecting to Wifi
[1077] Connected to WiFi
[1077] My IP: 192.168.1.19
[5001] state 0, tconn 0
[5001] Connecting to arduino.mydevices.com:8442
[5158] Connect success
[5158] <msg 2,1,10
<xxxxxxxxxxxxxxx
[10002] state 0, tconn 0
[10309] Connecting to arduino.mydevices.com:8442
[10472] Connect success
[10472] <msg 2,1,10
<vo1sk1px2m
[10746] >msg 0,1,200
[10747] Ready (ping: 118ms).
[10747] <msg 17,1,71

H⸮⸮⸮⸮))⸮DH⸮⸮[76] Connecting to xxxxxxxx
[1077] Connected to WiFi
[1077] My IP: 192.168.1.19
[5001] state 0, tconn 0
[5001] Connecting to arduino.mydevices.com:8442
[5164] Connect success
[5164] <msg 2,1,10
<xxxxxxx
[10002] state 0, tconn 0
[10320] Connecting to arduino.mydevices.com:8442
[10486] Connect success
[10487] <msg 2,1,10
<xxxxxxxxx
[15003] state 0, tconn 0
[15644] Connecting to arduino.mydevices.com:8442
[15914] Connect success
[15914] <msg 2,1,10
<xxxxxxxx
[16119] >msg 0,1,200
[16119] Ready (ping: 0ms).
[16119] <msg 17,1,71

and then, the same, time after time
the code I used is

#define CAYENNE_DEBUG // Uncomment to show debug messages
#define CAYENNE_PRINT Serial // Comment this out to disable prints and save space
#include “CayenneDefines.h”
#include <BlynkSimpleEsp8266.h>
#include <ESP8266WiFi.h>
#include “CayenneWiFiClient.h”
int i=0;

// Cayenne authentication token. This should be obtained from the Cayenne Dashboard.
char token = “xxxxxxxxxxx”;
// Your network name and password.
char ssid = “xxxxxxxxxx”;
char password = “xxxxxxxxxx”;

void setup()
{
Serial.begin(9600);
Cayenne.begin(token, ssid, password);
}

void loop()
{
ESP.wdtDisable();
Cayenne.run();

//Serial.println (i);
//delay(3000);
//i++;

}

well, I think i resolve the problem, I reset the program and do again with other token and works but in when connected PIN 6, PIN 7, PIN 10, just one o all, the device is rebooting.

nothing connected in this pins

This could be a power supply problem. Can you try a different one?