Moving platform-native into meshtastic fork (#1437)
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
; The Portduino based sim environment on top of any host OS, all hardware will be simulated
|
; The Portduino based sim environment on top of any host OS, all hardware will be simulated
|
||||||
[env:native]
|
[env:native]
|
||||||
platform = https://github.com/geeksville/platform-native.git
|
platform = https://github.com/meshtastic/platform-native.git
|
||||||
src_filter =
|
src_filter =
|
||||||
${env.src_filter}
|
${env.src_filter}
|
||||||
-<esp32/>
|
-<esp32/>
|
||||||
@@ -19,7 +19,7 @@ lib_deps =
|
|||||||
|
|
||||||
; The Portduino based sim environment on top of a linux OS and touching linux hardware devices
|
; The Portduino based sim environment on top of a linux OS and touching linux hardware devices
|
||||||
[env:linux]
|
[env:linux]
|
||||||
platform = https://github.com/geeksville/platform-native.git
|
platform = https://github.com/meshtastic/platform-native.git
|
||||||
src_filter =
|
src_filter =
|
||||||
${env.src_filter}
|
${env.src_filter}
|
||||||
-<esp32/>
|
-<esp32/>
|
||||||
@@ -34,4 +34,4 @@ framework = arduino
|
|||||||
board = linux_hardware
|
board = linux_hardware
|
||||||
lib_deps =
|
lib_deps =
|
||||||
${arduino_base.lib_deps}
|
${arduino_base.lib_deps}
|
||||||
rweather/Crypto
|
rweather/Crypto
|
||||||
|
|||||||
Reference in New Issue
Block a user