mirror of
				https://github.com/luc-github/ESP3D.git
				synced 2025-10-24 11:50:52 -07:00 
			
		
		
		
	Fixed the issue that ESP201 cannot display the ANALOG pin value. (#1083)
This commit is contained in:
		| @@ -123,8 +123,8 @@ void ESP3DCommands::ESP201(int cmd_params_pos, ESP3DMessage* msg) { | |||||||
|             } |             } | ||||||
|           } |           } | ||||||
|           value = digitalRead(pin); |           value = digitalRead(pin); | ||||||
|           ok_msg = String(value); |  | ||||||
|         } |         } | ||||||
|  |         ok_msg = String(value); | ||||||
|       } |       } | ||||||
|     } |     } | ||||||
|   } |   } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user