Arduino sketch for ESP32 and ESP8266 microcontrollers (systems-on-chip, SoCs). Controls load using digital and PWM output. Receives commands and communicates over UART, Wi-Fi and Bluetooth.
Stars
6
Forks
1
Watchers
6
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
250
commits
Update the definition of the current sketch version.
0da10d9View on GitHubUpdate the definition of the current sketch version.
849f2b5View on GitHubSimplify the preprocessor directives related to digital output levels.
40cc4c8View on GitHubUpdate README files in regard to the macro BTCLASSIC_PROVIDED.
09993e6View on GitHubMake the macro BTCLASSIC_PROVIDED commented out by default.
a3326f3View on GitHubAdd the comment on the origin of the __AVR__ macro.
add8e1eView on GitHubMake EEPROM.h library function (method) calls specific for non-AVR devices (ESP32, ESP8266 and STM32 are presumed) dependent on the absence of the compiler-generated __AVR__ macro.
9d8e559View on GitHubClarify the comments in the command definition list.
7ae585fView on GitHubUpdate README files and the firmware version definition.
73e6eb5View on GitHubPrevent the HTTP server from passing a command to the main processor in case that a respective output type was disabled at compile time.
f0bd2a8View on GitHub