Closed wengtad closed 3 years ago
Probably due to the difference of \ and / in windows. I cannot test that, but you might try and change the IPadress\ in the load_setting.py and in Satellite.cpp the devices/ (around line 80)
Thanks for you help. I'm able to build it success by changing in the load_setting.py (around line 25).
("MQTT_IP", "IPAddress(" + config[sectionMqtt]["ip"].replace(".", ",") + ")"),
Not test on atom echo yet. Once have the result will update here again. Thanks.
Yes it is working on atom echo. I'm closing this issue, thanks.
I can use a windows machine now and conclude that this is indeed an usse.
Reopening :)
Hi, first of all, thanks for your great project. I'm trying to build using rewrite branch but i had encountered some issues which i don't know what is going on here.
I'm using Windows 10 and the tool is PlatformIO on VSCode. The
settings.ini
value is same as thesettings.ini.example
. The reason to use rewrite branch because it support atom echo.Some output logs: