flbauer
flbauer
The recent esp32-snapshots (Toolchain version: esp32-2019r1) require 2 include-File changes in order to compile AtomVM for esp32: **AtomVM/src/platforms/esp32/main:** **sys.c** ``` #include -> #include "absolute path to $(IDF_PATH)/components/lwip/lwip/src/include/compat/posix/sys/socket.h" ``` **network_driver.c:** ```...
In the example excavator_rr.py closure groups are referring to geometric_XXX functions and not closure_XXX functions Following modified functions will make the closure example work: `def closure_q_to_a_group_1(state: Dict[str, float]): nlp =...