Skip to content

Commit

Permalink
Version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaoLopesF committed Aug 24, 2018
1 parent 2894121 commit 71977c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion EspApp/EspApp/Controllers/TerminalBLEViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ class TerminalBLEViewController: UIViewController, UITableViewDataSource, UITabl
if item.type == "R" || item.type == "S" {
debug = "\(item.time): \(item.type)[\(item.message.count)]: \(item.message) [\(item.extra)]"
} else {
debug = "\(item.time): \(item.type): \(item.message) \(item.extra)"
debug = "\(item.time): \(item.type): \(item.message) [\(item.extra)]"
}

cell.labelDebug.text = debug
Expand Down
2 changes: 1 addition & 1 deletion EspApp/EspApp/Views /Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="1000" verticalHuggingPriority="251" text="O-Other" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="bd8-dn-NkT" userLabel="Label">
<rect key="frame" x="252" y="0.0" width="58" height="12"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<color key="textColor" red="1" green="0.14913141730000001" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<color key="textColor" red="0.58039215686274503" green="0.066666666666666666" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<nil key="highlightedColor"/>
<variation key="heightClass=regular-widthClass=compact">
<fontDescription key="fontDescription" type="system" pointSize="10"/>
Expand Down

0 comments on commit 71977c4

Please sign in to comment.