minor text changes

This commit is contained in:
proddy
2026-03-30 23:15:18 +02:00
parent 349d6b7375
commit 049231a36e
2 changed files with 5 additions and 4 deletions

View File

@@ -56,7 +56,7 @@ void IRAM_ATTR AnalogSensor::freqIrq2() {
#endif
void AnalogSensor::start(const bool factory_settings) {
// add hardcode sensors for BBQKees gateway boards
// add hardcoded sensors for BBQKees gateway boards
if (factory_settings && EMSESP::system_.board_profile() == "E32V2_2") {
EMSESP::webCustomizationService.update([&](WebCustomization & settings) {
auto newSensor = AnalogCustomization();