Smart Desk Lamp platform
This repository has been archived on 2023-12-22. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2021-08-27 09:06:26 +02:00
.github/workflows Test build without specified environment 2021-08-24 00:50:36 +02:00
.husky Finalize on commit lint 2021-06-30 09:31:58 +02:00
Dashboard First Redux implementation 2021-08-27 00:26:40 +02:00
Devices Disable Flash reset on ISP upload 2021-08-26 18:48:24 +02:00
.gitattributes Fix git destroying line ending after discarding changes 2021-08-25 22:46:20 +02:00
.gitignore Add husky 2021-06-30 08:37:09 +02:00
LICENSE.md Update and rename LICENSE to LICENSE.md 2020-08-08 20:15:44 +02:00
package.json Add husky on commit lint 2021-06-30 09:20:26 +02:00
README.md Add node-gyp notice 2021-08-27 09:06:26 +02:00
yarn.lock Add husky on commit lint 2021-06-30 09:20:26 +02:00

light-control

Electron Build PlatformIO CI Codacy Badge

Uses: https://github.com/GHOSCHT/simple-electron-react-boilerplate

Dashboard: node-gyp fails on sqlite3 build -> set default pyhton version to python 2

node-gyp --python /path/to/python2.7/python.exe

or

npm config set python /path/to/executable/python2.7