Jeff Hufford
Jeff Hufford
This worked for me, not sure if it's actually any different than above. ``` import Vue from 'vue/dist/vue.common.js'; ```
+1. I found the whole notify clipboard thing to be really annoying **and** it didn't work (clipboard empty). After trying various options here is what I arrived at for my...
@davydnorris I'm interested in compiling 6.3.0/7.1.0 for esp-open-sdk - any tips on getting that to work? Seems like master is not compatible with esp-open-sdk, is there a specific commit you're...
Just a suggestion- as this is what I plan to do- couldn't you just build *without* API locks and just ensure you only access the API from a single task?...
@michaelgaehwiler Yeah I don't think STAILQ is thread-safe. I suppose you could assume that if the esp-mqtt task is blocking due to not being connected, then it's probably not accessing...
@michaelgaehwiler - Honestly to me that sounds like a lot more work on your part, but yes there could be a kconfig option to provide your own task method, like...
@david-cermak Just want to throw in my vote for separate outbox locks :) Seems like the main difficulty there is handling msg_id properly. What other pitfalls are there? Perhaps I...
@david-cermak Okay will make separate issue for that. > Could you please elaborate? What kind of signalling would you need? Are you trying to use QoS 1 messages for Qos...
@david-cermak We already have an architecture in place with thousands of ESP8266's, and that is basically what we do for that using edits to the taunpm library and a custom...
1460 is the TCP Maximum segment size in lwipopts.h. Are you using an lwip-based sdk build?