🐛 Fix TWIBus Wire.begin call (#23183)
This commit is contained in:
		
				
					committed by
					
						 Scott Lahteine
						Scott Lahteine
					
				
			
			
				
	
			
			
			
						parent
						
							8a2f13d657
						
					
				
				
					commit
					7123b15801
				
			| @@ -56,9 +56,8 @@ void TWIBus::reset() { | ||||
| } | ||||
|  | ||||
| void TWIBus::address(const uint8_t adr) { | ||||
|   if (!WITHIN(adr, 8, 127)) { | ||||
|   if (!WITHIN(adr, 8, 127)) | ||||
|     SERIAL_ECHO_MSG("Bad I2C address (8-127)"); | ||||
|   } | ||||
|  | ||||
|   addr = adr; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user