mkinney
mkinney
The prereqs say to download the iso file. Do you have any suggestions on what to change so the instructions are more understandable?
The last line should probably say: ``` If not, unplug the device, and provide a jumper between the GND and BOOT0 pins before plugging in the device again. ```
You could borrow something from https://tecadmin.net/install-latest-nodejs-npm-on-ubuntu/ like this snippet: ``` var http = require('http'); http.createServer(function (req, res) { res.writeHead(200, {'Content-Type': 'text/plain'}); res.end('Hello World\n'); }).listen(3000, "127.0.0.1"); console.log('Server running at http://127.0.0.1:3000/'); ```
Perhaps add "good first" and "enhancement" labels?
I'd like to get it working first before committing to this issue.
Looks like the data is stored in a sqlite3 database. Here are the two tables: ``` CREATE TABLE IF NOT EXISTS discussion ( id INTEGER PRIMARY KEY AUTOINCREMENT, title TEXT...
Not sure if related to this issue, and these are minor but I needed to run: `chmod +x install.sh` and I had change the first line to just `#!bash`. Edit:...
I am so sorry. I *thought* I had notifications enabled, but I must not have it set correctly or something. I just stumbled on this PR. I'll take a look...
I think Fedora should probably be its own installation. I ended up writing one. I used the "dnf" command for spice. Thanks for that. Perhaps you can close this PR?...
Use C:\ProgramData\Microsoft\Windows\Start Menu\Programs instead of ~/meshtastic-flasher