You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Compiled under Arduino.
This is the result:
/Users/loewal/Arduino/libraries/M5GFX/src/lgfx/v1/platforms/esp32/common.cpp: In member function 'void lgfx::v1::i2c::i2c_temporary_switcher_t::restore()':
/Users/loewal/Arduino/libraries/M5GFX/src/lgfx/v1/platforms/esp32/common.cpp:1612:15: error: '_twowire' was not declared in this scope
if (_twowire) {
^~~~~~~~
/Users/loewal/Arduino/libraries/M5GFX/src/lgfx/v1/platforms/esp32/common.cpp:1612:15: note: suggested alternative: '_tolower'
if (_twowire) {
^~~~~~~~
_tolower
The download from OTA gives a screen with only text and no further response...
"PixelFlow
by 7h....."
Addendum: pressed the btnGO and then the AP worked....
No Wifi-configuration yet...?
Thanks
The text was updated successfully, but these errors were encountered:
Hi @loewal ! thanks for the test ! Its sound like there is a problem with serial that lock the spiffs, can you try to plug the device on a power only without data ? also yes the web interface should work too, just need to connect to PixelFlow network and join http://192.168.4.1 to get a config portal,
for the error they come from M5GFX, maybe my version is out to date and I use some deprecated things, I'm gonna check which version is used on my side, comeback to you soon
Hi,
Compiled under Arduino.
This is the result:
/Users/loewal/Arduino/libraries/M5GFX/src/lgfx/v1/platforms/esp32/common.cpp: In member function 'void lgfx::v1::i2c::i2c_temporary_switcher_t::restore()':
/Users/loewal/Arduino/libraries/M5GFX/src/lgfx/v1/platforms/esp32/common.cpp:1612:15: error: '_twowire' was not declared in this scope
if (_twowire) {
^~~~~~~~
/Users/loewal/Arduino/libraries/M5GFX/src/lgfx/v1/platforms/esp32/common.cpp:1612:15: note: suggested alternative: '_tolower'
if (_twowire) {
^~~~~~~~
_tolower
The download from OTA gives a screen with only text and no further response...
"PixelFlow
by 7h....."
Addendum: pressed the btnGO and then the AP worked....
No Wifi-configuration yet...?
Thanks
The text was updated successfully, but these errors were encountered: