mirror of
				https://github.com/liberatedsystems/RNode_Firmware_CE.git
				synced 2024-07-02 14:34:13 +02:00 
			
		
		
		
	Added precompiled image
This commit is contained in:
		
							parent
							
								
									beb17d0922
								
							
						
					
					
						commit
						94d8493a28
					
				
							
								
								
									
										2
									
								
								Precompiled/README.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										2
									
								
								Precompiled/README.md
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,2 @@
 | 
				
			|||||||
 | 
					# Precompiled Firmware
 | 
				
			||||||
 | 
					This directory contains the latest version of the precompiled firmware. You can download and flash this file to your RNode using the [RNode Config Utility](https://github.com/markqvist/rnodeconfigutil).
 | 
				
			||||||
@ -147,6 +147,7 @@ void receiveCallback(int packet_size) {
 | 
				
			|||||||
      Serial.write(FEND);
 | 
					      Serial.write(FEND);
 | 
				
			||||||
      Serial.write(CMD_STAT_RSSI);
 | 
					      Serial.write(CMD_STAT_RSSI);
 | 
				
			||||||
      Serial.write((uint8_t)(last_rssi-rssi_offset));
 | 
					      Serial.write((uint8_t)(last_rssi-rssi_offset));
 | 
				
			||||||
 | 
					      Serial.write(FEND);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      // And then write the entire packet
 | 
					      // And then write the entire packet
 | 
				
			||||||
      Serial.write(FEND);
 | 
					      Serial.write(FEND);
 | 
				
			||||||
@ -172,6 +173,7 @@ void receiveCallback(int packet_size) {
 | 
				
			|||||||
    Serial.write(FEND);
 | 
					    Serial.write(FEND);
 | 
				
			||||||
    Serial.write(CMD_STAT_RSSI);
 | 
					    Serial.write(CMD_STAT_RSSI);
 | 
				
			||||||
    Serial.write((uint8_t)(last_rssi-rssi_offset));
 | 
					    Serial.write((uint8_t)(last_rssi-rssi_offset));
 | 
				
			||||||
 | 
					    Serial.write(FEND);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    // And then write the entire packet
 | 
					    // And then write the entire packet
 | 
				
			||||||
    Serial.write(FEND);
 | 
					    Serial.write(FEND);
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user