mirror of
				https://github.com/manuelbl/ttn-esp32.git
				synced 2025-10-31 10:40:35 +01:00 
			
		
		
		
	Reorganize directories
This commit is contained in:
		| @ -22,11 +22,11 @@ | ||||
|  | ||||
| // Copy the below hex string from the "Device EUI" field | ||||
| // on your device's overview page in the TTN console. | ||||
| const char *devEui = "????????????????"; | ||||
| const char *devEui = "48AC328FF03E9294"; | ||||
|  | ||||
| // Copy the below two lines from bottom of the same page | ||||
| const char *appEui = "????????????????"; | ||||
| const char *appKey = "????????????????????????????????"; | ||||
| const char *appEui = "70B3D57ED000C6CD"; | ||||
| const char *appKey = "C1ADB6821EF7E906BC51D981DF07CCC4"; | ||||
|  | ||||
| // Pins and other resources | ||||
| #define TTN_SPI_HOST      HSPI_HOST | ||||
| @ -36,7 +36,7 @@ const char *appKey = "????????????????????????????????"; | ||||
| #define TTN_PIN_SPI_MISO  19 | ||||
| #define TTN_PIN_NSS       18 | ||||
| #define TTN_PIN_RXTX      TTN_NOT_CONNECTED | ||||
| #define TTN_PIN_RST       14 | ||||
| #define TTN_PIN_RST       TTN_NOT_CONNECTED | ||||
| #define TTN_PIN_DIO0      26 | ||||
| #define TTN_PIN_DIO1      33 | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user