mirror of
				https://github.com/Show-maket/IR-protocol.git
				synced 2025-10-31 02:52:36 +00:00 
			
		
		
		
	upd
This commit is contained in:
		
							
								
								
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @ -1 +1,2 @@ | |||||||
| .vscode/* | .vscode/* | ||||||
|  | bin/* | ||||||
| @ -244,6 +244,7 @@ void status(IR_Decoder &dec) | |||||||
|     if (dec.gotData.available()) |     if (dec.gotData.available()) | ||||||
|     { |     { | ||||||
|         detectSignal(); |         detectSignal(); | ||||||
|  |         Serial.println(micros()); | ||||||
|         String str; |         String str; | ||||||
|         if (/* dec.gotData.getDataPrt()[1] */ 1) |         if (/* dec.gotData.getDataPrt()[1] */ 1) | ||||||
|         { |         { | ||||||
|  | |||||||
| @ -509,7 +509,9 @@ void IR_DecoderRaw::writeToBuffer(bool bit) | |||||||
|  |  | ||||||
|                         if (isAvailable) |                         if (isAvailable) | ||||||
|                         { |                         { | ||||||
|  |                             #ifdef IRDEBUG_INFO | ||||||
|                             Serial.println("!!!INV!!!"); |                             Serial.println("!!!INV!!!"); | ||||||
|  |                             #endif | ||||||
|                             goto OUT_BRUTEFORCE; |                             goto OUT_BRUTEFORCE; | ||||||
|                         } |                         } | ||||||
|                         else |                         else | ||||||
|  | |||||||
| @ -103,7 +103,7 @@ typedef uint16_t crc_t; | |||||||
|  |  | ||||||
| #define bytePerPack 16                              // колличество байтов в пакете | #define bytePerPack 16                              // колличество байтов в пакете | ||||||
| #ifndef freeFrec | #ifndef freeFrec | ||||||
| #define freeFrec true | #define freeFrec false | ||||||
| #endif | #endif | ||||||
|  |  | ||||||
| #ifndef subBufferSize | #ifndef subBufferSize | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user