expanseElectronics / ethernetNodes

Ethernet version of our artnetnode project.
https://expanseelectronics.com/
5 stars 4 forks source link

Compilation errors #2

Closed MicroMarty closed 1 year ago

MicroMarty commented 1 year ago

Hi,

I get this compilation errors on dualETH.ino with generic ESP8266 Module.

Did I'm missing something or some libraries had some update break?

Arduino IDE 2.1.1 esp8266 core 3.1.2

Installed libs: Arduinojson 5.13.5 EthernetWebServer 2.4.1 Ethernet_Generic 2.8.1 Functional-VLpp 1.0.2 EthernetLarge 2.0.0

Partial error code:

C:\Users\Etienne\Documents\Steady Node\SW\ESP\ethernetNodes-main(2)\ethernetNodes-main\code\dualETH\dualETH.ino:139:3: error: 'wifiStart' was not declared in this scope; did you mean 'wifiStatus'? 139 | wifiStart(); | ^~~~~ | wifiStatus C:\Users\Etienne\Documents\Steady Node\SW\ESP\ethernetNodes-main(2)\ethernetNodes-main\code\dualETH\dualETH.ino:141:3: error: 'webStart' was not declared in this scope 141 | webStart(); | ^~~~ C:\Users\Etienne\Documents\Steady Node\SW\ESP\ethernetNodes-main(2)\ethernetNodes-main\code\dualETH\dualETH.ino:146:5: error: 'artStart' was not declared in this scope 146 | artStart(); | ^~~~ C:\Users\Etienne\Documents\Steady Node\SW\ESP\ethernetNodes-main(2)\ethernetNodes-main\code\dualETH\dualETH.ino:151:5: error: 'portSetup' was not declared in this scope 151 | portSetup(); | ^~~~~ C:\Users\Etienne\Documents\Steady Node\SW\ESP\ethernetNodes-main(2)\ethernetNodes-main\code\dualETH\dualETH.ino: In function 'void loop()': C:\Users\Etienne\Documents\Steady Node\SW\ESP\ethernetNodes-main(2)\ethernetNodes-main\code\dualETH\dualETH.ino:167:3: error: 'doNodeReport' was not declared in this scope; did you mean 'nextNodeReport'? 167 | doNodeReport(); | ^~~~ | nextNodeReport

exit status 1

Compilation error: 'wifiStart' was not declared in this scope; did you mean 'wifiStatus'?`


Solved: Just need to add the 3 .ino in the same folder...