Deomid Ryabkov
Deomid Ryabkov
listener is only intended to serve web interface locally, that's why it binds locally
this has to do with how GNU make searches for prerequisites - first port of call for implicit rules is always the current directory. i'm not even sure how to...
only some of these are useful. please send PRs for those that make sense.
we can add a variant that sends to front instead - `mgos_invoke_cb_front`, perhaps. feel free to send a PR.
you can add elements to queue front, yes. it will not get executed immediately, but it will be executed as soon as previosu callback currently executing on the main task...
creating a task is possible and might be warranted in your case. if you create it with priority higher than MGOS_TASK_PRIORITY (e.g. MGOS_TASK_PRIORITY+1), it will preempt mgos if you send...
no, those should be fine.
> Maybe i can create high priority RTOS task which would run similar event queue/loop to what mgos uses, but i will only use it for realtime stuff yes, that's...
sorry, no chance of F1 support, it's too underpowered. F2 is ok.
> storing factory data at fixed offset irrespective of flash size ok, i understand the need. but there's still one problem here: the NVS size. if it ever needs to...