简介:This guide provides the basic information necessary for the designer to evaluate the suitability of the LoRa modem for their radio application. The design is split into two sections covering basic and advanced design topics.
$(function(){
var appid = $(".select li a").data("channel");
$(".select li a").click(function(){
var appid = $(this).data("channel");
$('.select dt').html($(this).html());
$('#channel').val(appid);
})
})
评论