Lukas Siemon
Lukas Siemon
@pvdlg Ah, I see where the confusion comes from then. I can not use semantic release to release as circle ci artifacts since that can't be done as a terminal...
For anyone wondering why this thread is so short, here is the original one: https://github.com/semantic-release/semantic-release/issues/753
Absolutely agree, this would be awesome! I might get back to this ticket with a pr once I'm able to test myself
This works great now! Thank you for the fix!
I remember having trouble with this, especially that you had to run the command right after power was connected. Maybe my docs here do help https://github.com/simlu/fyrtur-motor-board/blob/6e81106db94e28c527e01f979c54b988e96ecbdd/howto/deploy.md
The answer is that most setting are supported. However to change them one would have to edit the firmware, compile and flash it. So while not convenient most settings can...
What is left to do regarding this ticket? - Update readme
After digging more it seems like the setting is read from EEPROM. I'm not sure what the best way is to disable this. I noticed that there is a setting...
@mjuhanne Created a PR here https://github.com/mjuhanne/fyrtur-motor-board/pull/15/files Please take a look and thank you!
Basic Steps: installing ``` "babel-cli": "6.26.0", "babel-preset-flow": "6.23.0", "babel-register": "6.26.0", "istanbul": "1.0.0-alpha.2", ``` Adding options `nodeExec: require.resolve('.bin/babel-node'),` and `mochaOptions: ['--require', 'babel-register', ...` and `.babelrc` ```json { "presets": ["flow"] } ```...