add first cut at docs

This commit is contained in:
geeksville
2020-04-28 14:51:39 -07:00
parent 981c65033a
commit bbbd33e292
11 changed files with 2938 additions and 236 deletions

View File

@@ -24,7 +24,7 @@ setup(
python_requires='>=3',
entry_points={
"console_scripts": [
"meshtastic=meshtastic.__main__:main",
"meshtastic=meshtastic.__main__:main"
]
},
)