Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: LMIC Mini Ultra Pro v2 #14767
    gminich
    Participant

    Yes, you may want to test this on the V3 as it does not seem to work on the V2 whatsoever. The good news is that I downgraded to the MCCI LMIC v2.3.2 and the issue was resolved. Something in v3.0.99 is not right which causes an issue in os_init().

    Thank you!

    in reply to: LMIC Mini Ultra Pro v2 #14748
    gminich
    Participant

    I re-created the above code section regarding lmic pin configuration and the warning was resolved. I still have the issue with os_init() never returning.

    Thank you

    in reply to: LMIC Mini Ultra Pro v2 #14747
    gminich
    Participant

    I noticed this output during building:

    C:\Users\gmini_000\Documents\Arduino\libraries\arduino-lmic-master\src\hal\getpinmap_thisboard.cpp: In function ‘const Arduino_LMIC::HalPinmap_t* Arduino_LMIC::GetPinmap_ThisBoard()’:

    C:\Users\gmini_000\Documents\Arduino\libraries\arduino-lmic-master\src\hal\getpinmap_thisboard.cpp:65:72: note: #pragma message: Board not supported — use an explicit pinmap

    #pragma message(“Board not supported — use an explicit pinmap”)

    I have defined the pins as per my above message. Not sure why this would not be supported.

    Thank you

Viewing 3 posts - 1 through 3 (of 3 total)