forked from ewowi/StarBase
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactored pin allocations and mapping to different boards
index.js: - add pinType const and var and func - createHTML: pin type: preload select options with pins and send to changeHTML - receiveHTML: add sysInfo - previewBoard: use sysInfo, support s2 and s3, color from pinType, simplified buffer AppModDemo: add blinking pin variables and blink in loop (wip) SysModModel: - setValue: store oldValue in model SysModPins: - add getPinType - cleanup test code, only keep pin19 for relais - bugfix showing pindetails - simplified buffer (only one uint8_t per pin) SysModWeb: - wsEvent: connected: send sysInfo
- Loading branch information
1 parent
96c442f
commit 84c1771
Showing
8 changed files
with
1,531 additions
and
1,382 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.