OpenIPC / builder

Experimental system for building OpenIPC firmware for known devices
https://openipc.org
MIT License
16 stars 19 forks source link

add h3c tc2101 #11

Closed jimsmt closed 6 months ago

jimsmt commented 6 months ago

waiting for jxq03 sensor to be added to firmware repo: https://github.com/OpenIPC/firmware/pull/1300

jimsmt commented 6 months ago

Please add a QR code reading package, as done in others. BR2_PACKAGE_QUIRC_OPENIPC=y

Updated with this package included

Are you sure there is no control over the GPIO WiFi module?

It's controlled by GPIO 14, but it's set to be on state by default, so no need to set it again

Please make a note for the future that we need to optimize the motor code for SigmaStar so that options can be specified as arguments or profiles

Yes I will update this device in the future if we got an updated motor package for sigamastar, currently it's beyond my ability to add this feature

flyrouter commented 6 months ago

Please be sure to specify GPIO for WiFi management in the configuration file even if it works by default. In the future there will be a daemon that will monitor the connection and if there is no connection with the access point, it will try to turn off/on the modem. so this data is important. Thanks for understanding.