Skip to content

Instantly share code, notes, and snippets.

make ergodox_ez
QMK Firmware 0.6.414
WARNING:
Some git sub-modules are out of date or modified, please consider running:
make git-submodule
You can ignore this warning if you are not compiling any ChibiOS keyboards,
or if you have modified the ChibiOS libraries yourself.
Making ergodox_ez with keymap 333fred [OK]
Making ergodox_ez with keymap ab [OK]
@jamessa
jamessa / log
Created October 10, 2019 05:48
10-10 13:47:44.779 21928 21928 D MeasureService: [onDeviceScan] device name: LE-reserved
10-10 13:47:44.781 21928 21928 D MeasureService: [onDeviceScan] device uuid: null
10-10 13:47:44.781 21928 21928 D MeasureService: [onDeviceScan] device address: 28:11:A5:D6:BD:75
10-10 13:47:44.785 21928 21928 D MeasureService: [onDeviceScan] device name: null
10-10 13:47:44.786 21928 21928 D MeasureService: [onDeviceScan] device uuid: null
10-10 13:47:44.786 21928 21928 D MeasureService: [onDeviceScan] device address: 77:9F:D6:0F:75:05
10-10 13:47:44.853 21928 21928 D MeasureService: [onDeviceScan] device name: null
10-10 13:47:44.855 21928 21928 D MeasureService: [onDeviceScan] device uuid: null
10-10 13:47:44.855 21928 21928 D MeasureService: [onDeviceScan] device address: 0F:D6:02:7B:09:4F
10-10 13:47:44.858 21928 21928 D MeasureService: [onDeviceScan] device name: null

上傳 null.jpg 的回應為例

Schema 用來定義 JSON 內容

{
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "type": "object",
    "properties": {
 "retcode": {"type": "integer", "description": "返回碼,0 表示成功,其他數值可能表示錯誤"},
@jamessa
jamessa / openapi.md
Last active March 4, 2025 01:56
OpenAPI schema
openapi: 3.0.0
info:
  title: Saturn API
  version: 1.0.0

paths:
  /api/records/image:
    post:
      summary: 上傳照片