Verfasste Forenbeiträge
-
AutorBeiträge
-
Hilbert B
AdministratorHi,
Yes, it should upload. That is also described there.
Here is more or less the same:ESP32 with VS Code and PlatformIO: Upload Files to Filesystem (SPIFFS)
It looks like there are no files uploaded.Hilbert B
AdministratorHi,
If you read the error it points you to the right direction:
[1] Setup: Loading network configuration…
Config file is emptyPlease read:
You did not upload the configuration file, or you uploaded an empty file.
There must be two files:
network_config.json
controller_config.jsonHilbert B
AdministratorAh I get it now,
the data_dir is the pointer to the directory where your json configuration file is living and from that directory the tools are uploading it to the esp32. In the example ‘$PROJECT_DIR/data/MTC4BT1’ this is the map where network_config.json and controller_config.json are places. When compiled and uploaded the code, you also have to upload these to files (using the desciption above) to place these file on the esp32, at that momoment, you have a running MTC4BT
All other build flags should be ok.Hilbert B
AdministratorPlease take a look at:
Everything you are asking here is explained thereHilbert B
AdministratorAndrew,
Treinen is not free to choose, the program is looking for locos and not treinen. Please start simple with one sbrick, or pu hub. This will make troubleshooting a lot easier.
Hilbert
Hilbert B
AdministratorAndrew,
It is not a script, it is a configuration and treat is as such:
trienen -> locos
And it would help if you post the errors 😉 -
AutorBeiträge