
ping pong with modifiable parameters
Revision 7:df2f595fda33, committed 2019-07-10
- Comitter:
- nimita23
- Date:
- Wed Jul 10 19:41:53 2019 +0000
- Parent:
- 6:e155f7cceb5b
- Child:
- 8:2952eeb51ceb
- Commit message:
- ping pong final
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Fri Jun 21 19:08:11 2019 +0000 +++ b/main.cpp Wed Jul 10 19:41:53 2019 +0000 @@ -22,7 +22,7 @@ const uint8_t PingMsg[] = "PING"; const uint8_t PongMsg[] = "PONG"; -long unsigned RF_FREQUENCY = 350000000; // Hz +long unsigned RF_FREQUENCY = 450000000; // Hz RadioLoRaSpreadingFactors_t spreading_factor = LORA_SF7; RadioLoRaBandwidths_t bandwidth = LORA_BW_500; int TX_OUTPUT_POWER = 10; //The range of the output power is [-18..+13] dBm