loraconf.sample.h modified
This commit is contained in:
		
							parent
							
								
									d46bb5998b
								
							
						
					
					
						commit
						06e68459c8
					
				| @ -7,8 +7,6 @@ | ||||
| 
 | ||||
| #include <Arduino.h> | ||||
| 
 | ||||
| /* 
 | ||||
| 
 | ||||
| // Set your DEVEUI here, if you have one. You can leave this untouched, 
 | ||||
| // then the DEVEUI will be generated during runtime from device's MAC adress
 | ||||
| // Note: Use same format as in TTN console (cut & paste, for your convenience)
 | ||||
| @ -21,6 +19,4 @@ static const u1_t DEVEUI[8]={ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; | ||||
| static const u1_t APPEUI[8]={ 0x70, 0xB3, 0xD5, 0x00, 0x00, 0x00, 0x00, 0x00 }; | ||||
| 
 | ||||
| // Note: Use msb format for APPEUI as in TTN console (cut & paste, for your convenience)
 | ||||
| static const u1_t APPKEY[16] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; | ||||
| 
 | ||||
| */ | ||||
| static const u1_t APPKEY[16] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user