Block a user
	
				
				
					Null values from serial
					
					
						
					
				
			
			I need to wait for the script to crash at this point again as I don't remember what step it crashed at.
				
				
					add try while sending data to influxdb
					
					
						
					
				
			
			It is presumably fixed as I have added INFLUX_MAX_RETRIES variable that let's user set how many retries should be done
				
				
					add try while sending data to influxdb
				
			
			
				
				
					Fix domain lookup
					
					
						
					
				
			
			It was caused by multiple threads trying to read IP2Locaiton.bin simultaneously.
The fix was to use SHARED_MEMORY. It loads the file to memory to avoid trash readings. It is also less…