Skip to content

Raadgie/NodeMCU-Print-Globals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NodeMCU-Print-Globals

Tool for printing the tree structure of Globals using the excellent NodeMCU-Tools (@BoresXP) extension for VS Code.

Snímek obrazovky 2023-12-04 v 0 27 00


Integration with VS Code

Open the NodeMCU-Tools extension settings and modify the code for Snippets in the 'settings.json' file.

   "nodemcu-tools.snippets": {

 "Globals": "local name = '~Globals' if file.exists (name .. '.lc') then dofile(name .. '.lc') elseif file.exists(name .. '.lua') then dofile(name .. '.lua') end"

    },

Upload the file '~Globals.lc' to ESP.


Expanded Table Output

The console will present a menu for extended table output and wait for input for 10 seconds.

Snímek obrazovky 2023-12-04 v 0 27 43

About

Displaying global variables in a tree structure.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages