You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After having watched hours of your videos and read through much of the documentation here, I wanted to try an example. Failed on compile, so I install H4 library. Try again, but fails, so install ArmadilloHTTP. Try again, missing AardvarkTCP. OK, try again.
from C:\Users\Rudy\Documents\Arduino\libraries\h4plugins-master\src/H4Plugins.h:9,
from C:\Users\Rudy\AppData\Local\Temp\arduino_modified_sketch_85940\WebUI_StaticFields.ino:2:
C:\Users\Rudy\Documents\Arduino\libraries\ArmadilloHTTP-master\src/ArmadilloHTTP.h:5:9: fatal error: AardvarkTCP.h: No such file or directory
5 | #include<AardvarkTCP.h>
There is no AardvarkTCP.h file in the AardvarkTCP library.
Years ago I tried to use your framework. I gave up because it was too frustrating to get something to work. I was hesitant to look at what you currently have due to that experience, but I decided to invest my time to give it a try, only to be disappointed once again.