e2002 / yoradio

Web-radio based on ESP32-audioI2S library
GNU General Public License v3.0
375 stars 94 forks source link

'network' was not declared in this scope; did you mean 'Network' #101

Open Duncan-Hill opened 3 weeks ago

Duncan-Hill commented 3 weeks ago

I see some else experiencing similar issue, is this a bug or an issue with the way I'm setting up the system?

In function 'void setup()':

yoRadio:39:3: error: 'network' was not declared in this scope; did you mean 'Network'? 39 | network.begin();

dronix27 commented 3 weeks ago

I see some else experiencing similar issue, is this a bug or an issue with the way I'm setting up the system?

In function 'void setup()':

yoRadio:39:3: error: 'network' was not declared in this scope; did you mean 'Network'? 39 | network.begin();

The board version should not be higher 2.0.17

DaradiciLevente commented 2 weeks ago

Downgrade ESP32 board manager from Arduino IDE to version 2.0.17.

Ivanyushenkov commented 1 week ago

Да, подтверждаю. При понижении менеджера платы ESP32 из Arduino IDE до 2.0.17 скетч стал нормально компилироваться.

DaradiciLevente commented 4 days ago

Я так рад, что это работает для вас.

Clumpton commented 2 days ago

Downgrade ESP32 board manager from Arduino IDE to version 2.0.17.

This definitely works! Just been through the same experience.