File tree Expand file tree Collapse file tree 5 files changed +3
-3
lines changed
Expand file tree Collapse file tree 5 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,13 @@ MRuby::Gem::Specification.new('picoruby-shell') do |spec|
1313 spec . add_dependency 'picoruby-sandbox'
1414 spec . add_dependency 'picoruby-env'
1515 spec . add_dependency 'picoruby-crc'
16+ spec . add_dependency 'picoruby-machine'
1617 if build . posix?
1718 if build . vm_mrubyc?
1819 spec . add_dependency ( 'picoruby-dir' )
1920 elsif build . vm_mruby?
2021 spec . add_dependency ( 'mruby-dir' )
2122 end
22- else
23- spec . add_dependency 'picoruby-machine' # for shell executables
2423 end
2524
2625 exe_dir = "#{ build_dir } /shell_executables"
Original file line number Diff line number Diff line change 22require "metaprog"
33require "picorubyvm"
44require "sandbox"
5+ require "crc"
6+ require "machine"
57begin
68 require "filesystem-fat"
79 require "vfs"
Original file line number Diff line number Diff line change @@ -139,7 +139,6 @@ def packet_callback(event_packet)
139139end
140140
141141puts "\n Launching BLE peripheral to configure WiFi connection."
142- puts "Open https://picoruby.github.io/wifi in a web browser\n "
143142
144143# Start BLE Peripheral
145144require 'rng'
File renamed without changes.
You can’t perform that action at this time.
0 commit comments