-
Notifications
You must be signed in to change notification settings - Fork 54
Error on Debug output #11
Copy link
Copy link
Open
Description
Error on line 293 of the .ino
//DEBUGP(uint16_t x = (freq+1) * 2; // original error
Must be :
DEBUGP(uint16_t x = (freq+1) * 8; // Invert freq_to_timerval function and print 35 to 40 Khz carrier frequency as it should
But, the TV B Gone does'nt anything on my Sony TV, the IR is 940 nm, i should verify
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels