resolved merge conflicts
This commit is contained in:
		
							parent
							
								
									9da4a1c10a
								
							
						
					
					
						commit
						ec89b8c1d3
					
				| @ -10,9 +10,9 @@ | ||||
| 
 | ||||
| ; ---> SELECT TARGET PLATFORM HERE! <--- | ||||
| [platformio] | ||||
| env_default = heltec_wifi_lora_32 | ||||
| ;env_default = heltec_wifi_lora_32 | ||||
| ;env_default = ttgov1 | ||||
| ;env_default = ttgov2 | ||||
| env_default = ttgov2 | ||||
| ;env_default = lopy | ||||
| ;env_default = lopy4 | ||||
| ;env_default = lolin32lite_lora | ||||
|  | ||||
| @ -54,5 +54,5 @@ extern std::set<uint16_t> macs; | ||||
| 
 | ||||
| #ifdef BLECOUNTER | ||||
|     extern int scanTime; | ||||
|     extern std::set<uint32_t> bles;  | ||||
|     extern std::set<uint16_t> bles;  | ||||
| #endif | ||||
|  | ||||
| @ -45,7 +45,7 @@ configData_t cfg; // struct holds current device configuration | ||||
| osjob_t sendjob, initjob; // LMIC
 | ||||
| 
 | ||||
| // Initialize global variables
 | ||||
| uint16_t macnum = 0, salt; | ||||
| int macnum = 0, salt; | ||||
| uint64_t uptimecounter = 0; | ||||
| bool joinstate = false; | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user