2043ad3bd0
bin: remove unused imports from readprops.py ( #3907 )
...
Co-authored-by: Ben Meadors <benmmeadors@gmail.com >
2024-08-20 06:38:16 -05:00
Jorropo
d82d9f5ef1
fix dead link in EU_868 documentation
...
See https://discord.com/channels/867578229534359593/871553168369148024/1248026118276255745 .
2024-06-05 23:32:59 +02:00
Jorropo and GitHub
3719ddac03
automatically propose to setup virtualenv if platformio is having issues in native build ( #3923 )
2024-05-19 07:25:05 -05:00
Jorropo
04837b3302
bin: remove unused imports from platformio-custom.py
2024-05-16 02:39:42 +02:00
Jorropo
9e8ca69a11
bin: remove unused import in buildinfo.py
...
This was originally added in b1c30f0650 and it now do nothing since 361556a6a7 because it now use readprops.
2024-05-15 23:00:12 +02:00
Jorropo
58484d7fe5
.github: add Linux Native and other as platform to Feature Request
2024-05-11 02:10:23 +02:00
279464f96d
linux-native: only install linux native deps ( #3510 )
...
This is a couple times faster because platformio checks all environment sequentially.
Co-authored-by: Ben Meadors <benmmeadors@gmail.com >
2024-03-29 07:42:20 -05:00
3cf6c47bab
replace arch with uname -m for arch linux ( #3508 )
...
From the manpage:
> arch - print machine hardware name (same as uname -m)
Arch Linux does not have the `arch` alias, only `uname`, so use `uname` to fix this issue:
> ```
> ./bin/build-native.sh: line 18: arch: command not found
> ```
Co-authored-by: Jonathan Bennett <jbennett@incomsystems.biz >
2024-03-29 01:01:40 -05:00