mirror of https://github.com/OpenIPC/firmware.git
Updated to Ruby version 10.0 (#1618)
parent
261f690355
commit
80ad03ef08
|
@ -3,3 +3,4 @@ pidof ruby_rx_commands | xargs kill -9 2>/dev/null
|
|||
pidof ruby_tx_telemetry | xargs kill -9 2>/dev/null
|
||||
pidof ruby_rt_vehicle | xargs kill -9 2>/dev/null
|
||||
pidof ruby_logger | xargs kill -9 2>/dev/null
|
||||
pidof majestic | xargs kill -9 2>/dev/null
|
||||
|
|
|
@ -1 +1 @@
|
|||
9.8
|
||||
10.0
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
RUBYFPV_SITE_METHOD = git
|
||||
RUBYFPV_SITE = https://github.com/PetruSoroaga/RubyFPV
|
||||
RUBYFPV_VERSION = db0e3185d36e9dd4d8c9ce18cecd23740c1910b0
|
||||
RUBYFPV_VERSION = 5ec137401ec338c9273e48a7cb9402d96010b9dd
|
||||
|
||||
RUBYFPV_DEPENDENCIES += libpcap iw
|
||||
|
||||
|
|
Loading…
Reference in New Issue