Update example configurations
This commit is contained in:
		
				
					committed by
					
						
						Scott Lahteine
					
				
			
			
				
	
			
			
			
						parent
						
							cf654b9a1a
						
					
				
				
					commit
					dabb75034c
				
			@@ -101,7 +101,16 @@
 | 
			
		||||
 *
 | 
			
		||||
 * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
 | 
			
		||||
 */
 | 
			
		||||
#define SERIAL_PORT -1
 | 
			
		||||
#define SERIAL_PORT 0
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
  * Select a secondary serial port on the board to use for communication with the host.
 | 
			
		||||
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
 | 
			
		||||
  * Serial port -1 is the USB emulated serial port, if avaialble.
 | 
			
		||||
  *
 | 
			
		||||
  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
 | 
			
		||||
  */
 | 
			
		||||
#define SERIAL_PORT_2 -1
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * This setting determines the communication speed of the printer.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user