+======================================================
+``POST http://update.gamestickservices.net/check.php``
+======================================================
+
+Check if a new firmware update is available.
+
+
+HTTP request
+============
+Protocol
+ ``http``
+Host
+ ``update.gamestickservices.net``
+Path
+ ``check.php``
+Headers
+ ``Content-Type``
+ ``application/x-www-form-urlencoded``
+POST parameters
+ ``v``
+ JSON-encoded hardware information::
+
+ {
+ "hwid": "ac:db:da:09:18:5c",
+ "major": 0,
+ "minor": 1,
+ "revision": 53,
+ "platform": 0
+ }
+
+
+HTTP response
+=============
+
+Update available
+----------------
+Status code
+ ``200 OK``
+
+.. include:: check.php.response-update.json
+ :code:
+
+
+No update available
+-------------------
+Status code
+ ``200 OK``
+
+.. include:: check.php.response-no-update.json
+ :code:
+
+
+
+Usage
+=====
+- ``com.playjam.gamestick.WifiTools.ChecksFragment#doUpdateConnect``