opensesame icon indicating copy to clipboard operation
opensesame copied to clipboard

change frequencies

Open GMDII opened this issue 3 years ago • 1 comments

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

GMDII avatar Jun 23 '21 18:06 GMDII

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.

Ivan275g4 avatar Jun 23 '21 23:06 Ivan275g4