BeyondRobotix / mavesp8266

ESP8266 WiFi Access Point and MAVLink Bridge
Other
185 stars 172 forks source link

station mode ssid greater than 16 characters #82

Closed tonymills closed 3 years ago

tonymills commented 3 years ago

Hi,

I am trying to get mavlink 1.2.2 in station mode to work with an ssid of 17 characters, unfortunately it is set in stone and the devices ssid cannot be changed, i am unable to use it at the moment due to this... I see that in the code the ssid is a char[16] and assume that to be the issue

unfortunately i cannot compile this myself due to xtensa errors in windows 10 and my lack of experience with platformio frameworks/platforms

has anybody been able to compile this on windows 10 and if so how?

pio run gives me the following errors

PS C:\git\mavesp8266> pio run Processing esp12e (board: esp12e; platform: espressif8266@1.8.0; framework: arduino) ---------------------------------------------------------------------------------------------------------------------------------------------------------------------Verbose mode can be enabled via -v, --verbose option CONFIGURATION: https://docs.platformio.org/page/boards/espressif8266/esp12e.html PLATFORM: Espressif 8266 (1.8.0) > Espressif ESP8266 ESP-12E HARDWARE: ESP8266 80MHz, 80KB RAM, 4MB Flash PACKAGES:

Processing esp01_1m (board: esp01_1m; platform: espressif8266@1.8.0; framework: arduino) ---------------------------------------------------------------------------------------------------------------------------------------------------------------------Verbose mode can be enabled via -v, --verbose option CONFIGURATION: https://docs.platformio.org/page/boards/espressif8266/esp01_1m.html PLATFORM: Espressif 8266 (1.8.0) > Espressif Generic ESP8266 ESP-01 1M HARDWARE: ESP8266 80MHz, 80KB RAM, 1MB Flash PACKAGES:

Processing esp01 (board: esp01; platform: espressif8266@1.8.0; framework: arduino) ---------------------------------------------------------------------------------------------------------------------------------------------------------------------Verbose mode can be enabled via -v, --verbose option CONFIGURATION: https://docs.platformio.org/page/boards/espressif8266/esp01.html PLATFORM: Espressif 8266 (1.8.0) > Espressif Generic ESP8266 ESP-01 512k HARDWARE: ESP8266 80MHz, 80KB RAM, 512KB Flash PACKAGES:

Environment Status Duration


esp12e FAILED 00:00:01.926 esp01_1m FAILED 00:00:02.014 esp01 FAILED 00:00:01.843 =============================================================== 3 failed, 0 succeeded in 00:00:05.783 ===============================================================

tonymills commented 3 years ago

ran it on linux worked fine, i think the platformio.ini has bash builtins so would never work

thanks