David Kalwinski
David Kalwinski
@soundar24 Are you going to upgrade it to Vue3 or rather not ?
Awesome, thanks @soundar24!
@soundar24 Any good news? :)
I have the same problem on Sublime 3
Same here, maybe there is a new plugin fork?
Hey, could you provide an exact link to them?
Thanks @terrillmoore! I haven't noticed a problem with a sleep at this moment. Right now I use `Narcoleptic.delay()` to sleep the microcontroller and after that I restart a program to...
I checked DIO[0-2]. Pins between the Arduino and the M5 board looks okay. My config: ```C++ const lmic_pinmap lmic_pins = { .nss = 10, .rxtx = LMIC_UNUSED_PIN, .rst = LMIC_UNUSED_PIN,...
Okay, thanks! I'll check it today. Could you tell me if there is a method that returns information about LoRa and current state in LMIC?
Thank you so much @terrillmoore. I put os_runloop_once() and now I get TXCOMPLETE but now I have bigger problems, I did a calculation for myself between send and TXCOMPLETE and...