mirror of
https://github.com/CPunch/Laika.git
synced 2026-02-09 01:30:03 +00:00
Linked to Ansible-Playbook
This commit is contained in:
@@ -74,4 +74,8 @@ $ rm -rf build &&\
|
|||||||
cmake --build build
|
cmake --build build
|
||||||
```
|
```
|
||||||
|
|
||||||
Output binaries are put in the `./bin` folder
|
Output binaries are put in the `./bin` folder
|
||||||
|
|
||||||
|
# Ansible-Playbook
|
||||||
|
|
||||||
|
To setup a test VPS for a Laika CNC, check out [this ansible playbook](https://github.com/CPunch/Laika-Playbook).
|
||||||
@@ -250,7 +250,7 @@ bool laikaP_handleEvent(struct sLaika_pollEvent *evnt) {
|
|||||||
|
|
||||||
/* sanity check */
|
/* sanity check */
|
||||||
if (evnt->sock->onPollIn == NULL || evnt->sock->onPollOut == NULL)
|
if (evnt->sock->onPollIn == NULL || evnt->sock->onPollOut == NULL)
|
||||||
return result;
|
return true;
|
||||||
|
|
||||||
LAIKA_TRY
|
LAIKA_TRY
|
||||||
if (evnt->pollIn && !evnt->sock->onPollIn(evnt->sock))
|
if (evnt->pollIn && !evnt->sock->onPollIn(evnt->sock))
|
||||||
|
|||||||
Reference in New Issue
Block a user