samyk/opensesame

change frequencies

GMDII opened this issue · 1 comments

GMDII commented

So editing the frequencies in Garages.h file has no effect on the transmitting frequencies.

I tried editing {310000000, 5000, 10, 4, 0, 0x8, 0xe, 0x0}, to {300000000, 5000, 10, 4, 0, 0x8, 0xe, 0x0},

still transmits on 310 Mhz

Remove all frequencies except one or change all the frequencies to the one you want in garages.h Most of the time for me the frequencies on that list started from bottom and went up, instead of top to bottom as it should.

Is your code calling db_send(); that calls setFreq(g.hz);? Cause the setFreq() function in RF.C is what changes the transmit frequency.