浏览代码

tweaks comments - release

philippe44 5 年之前
父节点
当前提交
c9a85287e4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      components/services/buttons.c

+ 1 - 1
components/services/buttons.c

@@ -212,7 +212,7 @@ void button_create(void *client, int gpio, int type, bool pull, int debounce, bu
 		}
 	}
 	
-	// nasty ESP32 bug: fire-up constantly INT on GPIO 36/39 if ADC1, AMP, Hall which WiFi when PS is activated
+	// nasty ESP32 bug: fire-up constantly INT on GPIO 36/39 if ADC1, AMP, Hall used which WiFi does when PS is activated
 	if (gpio == 36 || gpio == 39) gpio36_39_used = true;
 
 	gpio_isr_handler_add(gpio, gpio_isr_handler, (void*) &buttons[n_buttons]);