meshtastic / firmware

Meshtastic device firmware
https://meshtastic.org
GNU General Public License v3.0
3.51k stars 865 forks source link

Make serial port on wio-sdk-wm1110 board work #4149

Closed geeksville closed 4 months ago

geeksville commented 4 months ago

By disabling the (inaccessible) adafruit USB

geeksville commented 4 months ago

oh - anyone know if it possible to suppress trunk checks on a particular python script? the script that failed is used by platformio directly and is valid when imported in that environment. alternatively I could delete it for now...

caveman99 commented 4 months ago

Depends on the failing linter. Most either support online comments or a point file in the trunk subdir.

geeksville commented 4 months ago

ok - i'll read up on trunk. no prob.

thebentern commented 4 months ago

To be honest, it wouldn't hurt my feelings if we turned trunk off altogether on the python scripts. I'm not a fan off all of the linting of configuration and scripting languages. Seems excessive.