fcc fixups

pull/21834/head
Adeeb Shihadeh 2021-08-02 20:09:31 -07:00
parent a96f358966
commit 77a38b3f87
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,7 @@
<!DOCTYPE html>
<body>
<h2>Supplier's Declaration of Conformity: 47 CFR § 2.1077 Compliance Information</h2>
<h3>Unique Identifier</h3>
<p>comma three</p>
@ -39,7 +41,7 @@
<p>United States</p>
<p>support@comma.ai</p>
<h3>Responsible Party - U.S. Contact Information</h3>
<h3>FCC Compliance Statement</h3>
<p> This device complies with part 15 of the FCC Rules. Operation is subject to the following two conditions: (1) This device may not cause harmful interference, and (2) this device must accept any interference received, including interference that may cause undesired operation. Note: This equipment has been tested and found to comply with the limits for a Class B digital device, pursuant to part 15 of the FCC Rules. These limits are designed to provide reasonable protection against harmful interference in a residential installation.</p>
<p>This equipment generates, uses, and can radiate radio frequency energy and, if not installed and used in accordance with the instructions, may cause harmful interference to radio communications. However, there is no guarantee that interference will not occur in a particular installation.</p>
<p>If this equipment does cause harmful interference to radio or television reception, which can be determined by turning the equipment off and on, the user is encouraged to try to correct the interference by one or more of the following measures:</p>

View File

@ -149,7 +149,7 @@ DevicePanel::DevicePanel(QWidget* parent) : QWidget(parent) {
}
ButtonControl *regulatoryBtn = nullptr;
if (Hardware::TICI() || true) {
if (Hardware::TICI()) {
regulatoryBtn = new ButtonControl("Regulatory", "VIEW", "");
connect(regulatoryBtn, &ButtonControl::clicked, [=]() {
const std::string txt = util::read_file(ASSET_PATH.toStdString() + "/offroad/fcc.html");