fixed ssid typo

pull/132/head
alanbjohnston 5 years ago committed by GitHub
parent 75fa9fcf57
commit 85bce8d042
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -149,7 +149,7 @@ int main(int argc, char * argv[]) {
setSpiChannel(SPI_CHANNEL);
setSpiSpeed(SPI_SPEED);
initializeSpi();
ax25_init( & hax25, (uint8_t * ) dest_addr, '11', (uint8_t * ) call, '11', AX25_PREAMBLE_LEN, AX25_POSTAMBLE_LEN);
ax25_init( & hax25, (uint8_t * ) dest_addr, 11, (uint8_t * ) call, 11, AX25_PREAMBLE_LEN, AX25_POSTAMBLE_LEN);
if (init_rf()) {
printf("AX5043 successfully initialized!\n");
ax5043 = TRUE;

Loading…
Cancel
Save

Powered by TurnKey Linux.