Before logging an issue, please update to the latest release of Visual Micro from the Downloads Page.

When Logging a Support Issue in the Forum, please ensure you have also:-

  • Enabled vMicro > Compiler > Show Build Properties
  • Re-Compile your program with these settings enabled
 
Save the new Output to a Text File and....
  • Click the Reply button and attach as .txt file OR
  • Click here to Email us with the file attached, and a link to your post
Support requests without the output above may be impossible to answer, so please help us to help you
 
Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Publish server data files (Read 1541 times)
NiH
Newbies
*
Offline


Posts: 2
Joined: Mar 27th, 2017
Publish server data files
Oct 22nd, 2017 at 1:57pm
Print Post  
Hi,
Using visual micro (on visual studio 2017), when uploading a sketch to my Arduino Yun, I want to upload the files in the 'www' subfolder to the Yun as well, in the same way that the Arduino IDE does automatically. this is partially working, in that a file is created in the www folder on the sd card. However, the file name is wrong. The file I want to upload is located in the sketch folder on my pc like this:

./mysketch/www/test.txt

I would expect this file to upload to the following location on the Yun:

\mnt\sda1\arduino\www\test.txt

This is indeed what I get when using the Arduino IDE. However, when I use VisualMicro, a file (not a folder) named 'mysketch' is created in the www folder, containing the contents of the textfile. How can I configure VisualMicro to behave in the same way as the Arduino IDE?

Many thanks in advance for any help that is offered!
« Last Edit: Oct 22nd, 2017 at 2:08pm by NiH »  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12076
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Publish server data files
Reply #1 - Oct 23rd, 2017 at 2:30pm
Print Post  
Thanks for the report. We will look into a fix over the next few weeks.
  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint