How to Configure an ESP Mesh Network using Arduino IDE –

Submitted by Bob W on Thu, 03/11/2021 - 13:30

Article: How to Configure an ESP Mesh Network using Arduino IDE – Communicate among and between ESP32, ESP8266, and NodeMCU

Hi I'm having a problem in line

 taskSendMessage.setInterval( random( TASK_SECOND * 1, TASK_SECOND * 5 ));

Error message: 'taskSendMessage was not declared in this scope.'

I've tried various libraries and added dependancies after using the links from article but to no effect.

I have had another painless mesh working but cannot solve this.  Can you help please.

Bob

Are all header files initialized properly?

  Joined February 12, 2018      696
Monday at 02:11 PM