kopia lustrzana https://github.com/meshtastic/protobufs
				
				
				
			Move the G1 Explorer up to the 'core' devices
							rodzic
							
								
									cb01d7472f
								
							
						
					
					
						commit
						07743fb3a3
					
				|  | @ -302,6 +302,11 @@ enum HardwareModel { | ||||||
|    * TODO: REPLACE |    * TODO: REPLACE | ||||||
|    */ |    */ | ||||||
|   TLORA_T3_S3 = 16; |   TLORA_T3_S3 = 16; | ||||||
|  |    | ||||||
|  |   /* | ||||||
|  |    * B&Q Consulting Nano G1 Explorer: https://wiki.uniteng.com/en/meshtastic/nano-g1-explorer | ||||||
|  |    */ | ||||||
|  |   NANO_G1_EXPLORER = 17; | ||||||
| 
 | 
 | ||||||
|   /* |   /* | ||||||
|    * B&Q Consulting Station Edition G1: https://uniteng.com/wiki/doku.php?id=meshtastic:station |    * B&Q Consulting Station Edition G1: https://uniteng.com/wiki/doku.php?id=meshtastic:station | ||||||
|  | @ -309,7 +314,9 @@ enum HardwareModel { | ||||||
|   STATION_G1 = 25;  |   STATION_G1 = 25;  | ||||||
|    |    | ||||||
|   /* |   /* | ||||||
|  |    * --------------------------------------------------------------------------- | ||||||
|    * Less common/prototype boards listed here (needs one more byte over the air) |    * Less common/prototype boards listed here (needs one more byte over the air) | ||||||
|  |    * --------------------------------------------------------------------------- | ||||||
|    */ |    */ | ||||||
|   LORA_RELAY_V1 = 32; |   LORA_RELAY_V1 = 32; | ||||||
| 
 | 
 | ||||||
|  | @ -381,15 +388,12 @@ enum HardwareModel { | ||||||
|   /* |   /* | ||||||
|    * BetaFPV ExpressLRS "Nano" TX Module 900MHz with ESP32 CPU |    * BetaFPV ExpressLRS "Nano" TX Module 900MHz with ESP32 CPU | ||||||
|    */ |    */ | ||||||
|    BETAFPV_900_NANO_TX = 46; |   BETAFPV_900_NANO_TX = 46; | ||||||
|    |    | ||||||
|   /* |   /* | ||||||
|    * B&Q Consulting Nano G1 Explorer: https://wiki.uniteng.com/en/meshtastic/nano-g1-explorer |    * ------------------------------------------------------------------------------------------------------------------------------------------ | ||||||
|    */ |  | ||||||
|   NANO_G1_EXPLORER = 47; |  | ||||||
| 
 |  | ||||||
|   /* |  | ||||||
|    * Reserved ID For developing private Ports. These will show up in live traffic sparsely, so we can use a high number. Keep it within 8 bits. |    * Reserved ID For developing private Ports. These will show up in live traffic sparsely, so we can use a high number. Keep it within 8 bits. | ||||||
|  |    * ------------------------------------------------------------------------------------------------------------------------------------------ | ||||||
|    */ |    */ | ||||||
|   PRIVATE_HW = 255; |   PRIVATE_HW = 255; | ||||||
| } | } | ||||||
|  | @ -1425,4 +1429,4 @@ message Compressed { | ||||||
|    * Device hardware model |    * Device hardware model | ||||||
|    */ |    */ | ||||||
|   HardwareModel hw_model = 9; |   HardwareModel hw_model = 9; | ||||||
| } | } | ||||||
|  |  | ||||||
		Ładowanie…
	
		Reference in New Issue
	
	 Thomas Göttgens
						Thomas Göttgens