wemos d1 r1 problem uploading to board

/* Comment this out to disable prints and save space */
#define BLYNK_PRINT Serial


#include <WiFi.h>
#include <WiFiclient.h>
#include <BlynkSimpleEsp32.h>

// You should get Auth Token in the Blynk App.
// Go to the Project Settings (nut icon).
char auth[] = "QCbBKTWZUVdOQCYFIC4v4RenbvUmZ5N";

// Your WiFi credentials.
// Set password to "" for open networks.
char ssid[] = "nunya";
char pass[] = "1234";

void setup()
{
  // Debug console
  Serial.begin(9600);

  Blynk.begin(auth, ssid, pass);
}

void loop()
{
  Blynk.run();
}

i need help i cant upload to it i only can upload other programs

+1 karma for using code tags.

-1 karma for asking such a terse question that nobody can possibly answer. I reviewed your other topic about uln2003. Same MO.

well dang but thank you for commenting on my post

Well, instead of cursing, why not provide more information, to help us help you?

Why can you not upload this code? Is there an error message?

ok well this was a long time ago but I will modify the post to the current problem I have with the same hardware