a bit bigger payload and added screenshots

This commit is contained in:
Gabi
2024-12-10 17:08:24 +00:00
parent f866087e3b
commit 6226bb6bf6
3 changed files with 1 additions and 1 deletions

BIN
images/screen-1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

BIN
images/screen-2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@@ -166,7 +166,7 @@ static int32_t mj_worker_thread(void* ctx) {
// change channel
nrf24_write_reg(nrf24_HANDLE, REG_RF_CH, chan);
// push new data to the TX register
nrf24_spi_trx(nrf24_HANDLE, tx, 0, 2, nrf24_TIMEOUT);
nrf24_spi_trx(nrf24_HANDLE, tx, 0, 3, nrf24_TIMEOUT);
}
} while(!plugin_state->close_thread_please);