Nina w - ublox not runs

Sir,

Is plataform io working on NINA W ?

I can compile the project example, transfer the program (esptool), but niothing happens!

#include <Arduino.h>

void setup() {
// put your setup code here, to run once:
Serial.begin(115200);
}

void loop() {
// put your main code here, to run repeatedly:
Serial.println(“Hello…”);
delay(1000);
}

ini is

[env:nina_w10]
platform = espressif32
board = nina_w10
framework = arduino

lib_deps =
ESP32,Arduino

Please, help me!

I think that the problem is that the NINA has 2Mb flash, but plataform io cant see this!