MKRWAN - modem.configureBand()

Description

Change the LoRaWAN module band

Syntax

modem.configureBand(band); //e.g. EU868, US915, AS923

Parameters

band: the chosen band. Can be one between:

  • AS923
  • AU915
  • EU868 (default value)
  • KR920
  • IN865
  • US915
  • US915_HYBRID

Returns

true if correctly configured, false otherwise