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 1703.20 (Read 1273 times)
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12071
Location: United Kingdom
Joined: Apr 10th, 2010
1703.20
Mar 18th, 2017 at 1:23am
Print Post  
  • Fix: Support for shared (linked) .ino source code
  • Clearer tool tips on the Serial Monitor DTR and RTS checkboxes. NB: For esp8266 users the checkboxes must be OFF
  • Fix: Intellisense paths failed to be updated if an invalid path format was encountered in existing c++ project paths
  • Add custom hooks/actions for upload events. pre/post/error
    Example: paste the following into a board.txt that can be created via the Visual Micro "Add Code" menu. This examples gives a few useful properties. Switch on vMicro>Compiler>Verbose to see and "Show Build Properties" to see other property_name= {variables}

    these hooks are just examples and will produce error outputs
    Code
    Select All
    # project build property overrides (board.txt)
    #
    
    # before upload event - example
    recipe.hooks.deploy.preupload.pattern=cmd.exe /c "c:\hooks_test\test_pre.bat" "{build.path}  "{build.project_name}" "{build.project_path}"
    
    # upload failed event - example
    recipe.hooks.deploy.errorupload.pattern=cmd.exe /c "c:\hooks_test\test_error.bat" "{build.path}  "{build.project_name}" "{build.project_path}"
    
    # upload complete event - example
    recipe.hooks.deploy.postupload.pattern=cmd.exe /c "c:\hooks_test\test_post.bat" "{build.path}  "{build.project_name}" "{build.project_path}" 
    
    
« Last Edit: Mar 25th, 2017 at 12:48pm by Tim@Visual Micro »  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint