ncmreynolds / m2mMesh

An Arduino library for machine to machine messaging over a self-organising mesh network on ESP8266/ESP32 using ESP-Now as the transport.
Other
20 stars 6 forks source link

Out of Memory #1

Open JuandreG opened 2 years ago

JuandreG commented 2 years ago

Hi Nick.

First of all awesome project, I saw the YouTube videos you posted using this and it looks awesome.

I'm trying out Example 5 - setNodeName. I'm getting the following error. Capture

I'm using ESP-WROOM-32 boards and only have 2 connected to the mesh.

Where am I going wrong?

Thanks and regards

ncmreynolds commented 2 years ago

I'm afraid busy the next couple of days, but I'll have a poke around when I'm back.

Which version of the ESP32 Arduino core are you using 2.0.2?

On Fri, 6 May 2022 at 06:48, JuandreG @.***> wrote:

Hi Nick.

First of all awesome project, I saw the YouTube videos you posted using this and it looks awesome.

I'm trying out Example 5 - setNodeName. I'm getting the following error. [image: Capture] https://user-images.githubusercontent.com/54146697/167074226-a9f69c2e-5fe2-4a5b-97c7-641790788d46.JPG

I'm using ESP-WROOM-32 boards and only have 2 connected to the mesh.

Where am I going wrong?

Thanks and regards

— Reply to this email directly, view it on GitHub https://github.com/ncmreynolds/m2mMesh/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABOP5GFRTE3OJFLJIFTTMF3VISXA7ANCNFSM5VHDBU2A . You are receiving this because you are subscribed to this thread.Message ID: @.***>

-- Nick Reynolds

JuandreG commented 2 years ago

Hi Nick.

You are correct. I am using 2.02. Should I update to 2.03?

Thanks for your reply.