Method: HardsploitAPI#getAllVersions

Defined in:
lib/HardsploitAPI/Core/HardsploitAPI.rb

#getAllVersionsObject



145
146
147
148
149
150
# File 'lib/HardsploitAPI/Core/HardsploitAPI.rb', line 145

def getAllVersions
  puts "API             : #{VERSION::API}".blue.bold
  puts "Board           : #{getVersionNumber}".blue.bold
  puts "FPGA            : #{VersionFPGA::VERSION_FPGA::FPGA}".blue.bold
  puts "Microcontroller : #{VersionUC::VERSION_UC::UC}".blue.bold
end