Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile error #1

Open
tonys0 opened this issue Apr 24, 2020 · 0 comments
Open

Compile error #1

tonys0 opened this issue Apr 24, 2020 · 0 comments

Comments

@tonys0
Copy link

tonys0 commented Apr 24, 2020

Hi,
I do not know where else to turn myself with this error, so I am writing here.
If you feel it is not correct, please give me your email to write to, or direct me to somewhere else. My email is tonys@email.cz

When I try to update your code to an ESP32 Dev Module, I got:
C:\Users\Tony\Documents\Arduino\ArtNet\tpm2_net_client\tpm2_net_client.ino: In function 'void setup()':
tpm2_net_client:113:11: error: 'class WebServer' has no member named 'addUrl'
iot.web.addUrl("testurl", "InfoVorhanden\noderso", "text/plain")

When I comment out the line, the compile is OK, but running the program ends up with
09:24:29.873 -> Basecamp V.0.1.6
09:24:30.039 -> Failed to open config file
09:24:30.209 -> Configuration empty
09:24:30.209 -> Generating access point secret.
09:24:30.342 -> MAC-Address: 24:6f:28:f2:f2:70, Hardware MAC: 24:6f:28:f2:f2:70
09:24:30.342 -> *******************************************
09:24:30.342 -> * ACCESS POINT PASSWORD: 5b/9b-9D
09:24:30.342 -> *******************************************
09:24:30.342 ->
09:24:30.342 -> Setup-LEDs
09:24:30.342 -> DodgerBlue
09:24:30.848 -> Rot
09:24:31.350 -> Gelb
09:24:31.854 -> gruen
09:24:32.358 -> Verbinde mit basecamp.255.255.255.255.... endless row of .255.

(yes, I started the Glediator with correct patch to TPM2.net socket)

Also: When I try to compile this to ESP8266 the compilation ended up in:
C:\Users\Tony\Documents\Arduino\libraries\Basecamp/Configuration.hpp:17:20: fatal error: SPIFFS.h: No such file or directory

#include <SPIFFS.h>

But this is actually a minor problem, since I am going to try to use ESP32 anyway.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant