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
2022-02-05 21:05:21 +01:00
.github/workflows Update PlatformIO.yml 2021-08-28 16:13:18 +02:00
.husky Revert "Deleted as now unnecessary" 2021-08-28 10:33:34 +02:00
Dashboard Remove old, unused version 2022-01-13 14:53:40 +01:00
demos Add serial communication demo 2022-01-01 22:12:48 +01:00
Devices Simplify main sketch 2022-02-05 21:05:21 +01: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 Update dependency husky to v7 2021-08-28 07:49:14 +00:00
README.md Update README.md 2021-12-30 12:06:21 +01:00
renovate.json Add renovate.json 2021-08-27 21:12:13 +00:00
yarn.lock Update dependency husky to v7 2021-08-28 07:49:14 +00:00

Heliox

Electron Build PlatformIO Build CodeQL 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