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
I just bought an Sensirion SEN55 and wanted to try out the sen5x beta firmware.
After a few tries with Arduino IDE and lots of errors a friend told me I have to use VSCode + PlatformIO for this (is this documented anywhere? wasn't able to find)
So I installed Visual Studio Code and PlatformIO Addin, loaded airrohr-firmware.ino and hit the "build" Button.
Only the nodemcuv2_fr was successful build which seems to be due to missing language variables in the intl_*.h files.
I tried to add the missing strings to the intl_de.h but compilation still fails for german. Maybe I did something wrong? Anyway...
I flashed the latest_fr.bin from build directory using esptool to my nodemcu and it boots up fine. When I enter my Wifi settings and reboot the sensor it won't connect to my wifi and still opens the airrohr123456 Wifi for configuration. Wifi password is 100% correct, tried it several times.
Flashed current stabile firmware for cross-check using airrohr-firmware-flasher.exe and this connects with my wifi as it should be.
So there must be something wrong with my build?
Tried the current master branch for cross-check, which failed to build on all languages :(
What am I doing wrong?
The text was updated successfully, but these errors were encountered:
Troubadix
Did you succeed to build something with VS and PIO ?
I'm in the same situation as you. Getting millions of errors.
It starts like this:
Warning! Ignore unknown configuration option lang in section [env:nodemcuv2]
Warning! Ignore unknown configuration option lang in section [env:nodemcuv2_bg]
Warning! Ignore unknown configuration option lang in section [env:nodemcuv2_cn]
Warning! Ignore unknown configuration option lang in section [env:nodemcuv2_cz]
Hi,
I just bought an Sensirion SEN55 and wanted to try out the sen5x beta firmware.
After a few tries with Arduino IDE and lots of errors a friend told me I have to use VSCode + PlatformIO for this (is this documented anywhere? wasn't able to find)
So I installed Visual Studio Code and PlatformIO Addin, loaded airrohr-firmware.ino and hit the "build" Button.
Only the nodemcuv2_fr was successful build which seems to be due to missing language variables in the intl_*.h files.
I tried to add the missing strings to the intl_de.h but compilation still fails for german. Maybe I did something wrong? Anyway...
I flashed the latest_fr.bin from build directory using esptool to my nodemcu and it boots up fine. When I enter my Wifi settings and reboot the sensor it won't connect to my wifi and still opens the airrohr123456 Wifi for configuration. Wifi password is 100% correct, tried it several times.
Flashed current stabile firmware for cross-check using airrohr-firmware-flasher.exe and this connects with my wifi as it should be.
So there must be something wrong with my build?
Tried the current master branch for cross-check, which failed to build on all languages :(
What am I doing wrong?
The text was updated successfully, but these errors were encountered: