-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with compile version 0.9 #10
Comments
When I upload your complied firmware M17AG_ADC_SH1106_V09.bin rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) M17 Analog Gateway V0.9 but never I see in my network AP with name "M17AGate" so I can not connect to ESP32 |
It is look compiled firmware has set up only STATION Mode not have set AP Mode for this reason ESP32 try to connect to APRSTH AP so we need configure own local AP with name APRSTH and passowrd "aprsthnetwork" to allow connect ESP32 and obtain IP adress and after this we can reconfigure ESP32 to own network. It maybe better will be that compiled firmware should be has active AP Mode with name "M17Agate" |
AP mode is don't work, Just Let It RUN Client Mode。 |
Hi,
Can you write which version of PlatformIO IDE you are using in Visual Studio Code?
I used the latest version of PlatformIO IDE v2.5.4 and when I try to compile your code from github v0.9 I have a lot of errors during compilation and as a result the compilation does not finish
src/I2S.cpp:16:14: error: 'RTC_MODULE_TAG' was not declared in this scope
src/I2S.cpp:132:10: error: 'i2s_read_bytes' was not declared in this scope
src/I2S.cpp:137:3: error: 'i2s_write_bytes' was not declared in this scope
'I2S_COMM_FORMAT_I2S_MSB' is deprecated [-Wdeprecated-declarations]
src/main.cpp:2285:27: error: cannot convert 'esp_interface_t' to 'wifi_interface_t' in assignment
src/main.cpp:2358:27: error: cannot convert 'esp_interface_t' to 'wifi_interface_t' in assignment
*** [.pio/build/nodemcu-32s/src/I2S.cpp.o] Error 1
*** [.pio/build/nodemcu-32s/src/main.cpp.o] Error 1
The text was updated successfully, but these errors were encountered: