Cannot remove "NET" library from the build #7425
Unanswered
espruino-discuss3
asked this question in
ESP32
Replies: 1 comment
-
Posted at 2021-01-20 by @gfwilliams Honestly, I think on ESP32 the running of the software and WiFi are so intertwined it might be quite hard to pull them out. On most other boards you're right though, you can just remove Posted at 2021-01-20 by Ragtime Understood. Thank you :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Posted at 2021-01-19 by Ragtime
I was trying to build Espruino 2v08 for ESP32 with reduced libraries. I managed to remove all libraries from ESP32 in the
BOARD.py
file, but "NET" was the only one I could not remove. (the build failed after removing it)Here is my
info.build
fromboards/ESP32.py
:Here is the error message from build:
I tried to remove the
#include <jswrap_esp32_network.h>
fromjshardware.c
but there are still other dependencies broken. Am I doing anything wrong?Any help will be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions