IR Code Compile Error

bubulindo:

  if(results.value == 77E1BA8B)  //this is not what you think it is... 

maybe this works best?

if(results.value == 0x77E1BA8B)

bubulindo's suggestion was correct but you didn't do that did you? You had:

  if(results.value == 0x2011282059)

That wasn't what he said.