Copy disabled (too large)
Download .txt
Showing preview only (21,607K chars total). Download the full file to get everything.
Repository: sblantipodi/glow_worm_luciferin
Branch: master
Commit: 3fc3c0538ee1
Files: 211
Total size: 20.6 MB
Directory structure:
gitextract_t8zs_p65/
├── .github/
│ ├── FUNDING.yml
│ ├── ISSUE_TEMPLATE/
│ │ ├── bug_report.yaml
│ │ ├── config.yml
│ │ └── feature_request.yaml
│ ├── dependabot.yml
│ └── workflows/
│ ├── ai_moderator.yaml
│ ├── codeql.yml
│ ├── main.yml
│ ├── release.yml
│ └── stale.yml
├── .gitignore
├── .gitmodules
├── CODE_OF_CONDUCT.md
├── CONTRIBUTING.md
├── LICENSE
├── README.md
├── assets/
│ ├── CAD_schematics/
│ │ ├── luciferin_modules/
│ │ │ ├── ethernet/
│ │ │ │ ├── 2.0/
│ │ │ │ │ ├── PCB_Luciferin_Module_V2.0_ETH_final.pcbdoc
│ │ │ │ │ └── PCB_PCB_Luciferin_Module_V2.0_ETH_final.json
│ │ │ │ └── 2.1/
│ │ │ │ ├── PCB_Luciferin_Module_V2.1_ETH_final.pcbdoc
│ │ │ │ └── PCB_PCB_Luciferin_Module_V2.1_ETH_final.json
│ │ │ └── standard/
│ │ │ ├── 2.0/
│ │ │ │ ├── Luciferin_Module_V2.0_final.pcbdoc
│ │ │ │ └── PCB_Luciferin_Module_V2.0_final.json
│ │ │ └── 2.1/
│ │ │ ├── PCB_Luciferin_Module_V2.1_final.pcbdoc
│ │ │ └── PCB_PCB_Luciferin_Module_V2.1_final.json
│ │ ├── luciferin_official_pcb/
│ │ │ ├── Drill_PTH_Through.DRL
│ │ │ ├── Gerber_BoardOutlineLayer.GKO
│ │ │ ├── Gerber_BottomLayer.GBL
│ │ │ ├── Gerber_BottomSilkscreenLayer.GBO
│ │ │ ├── Gerber_BottomSolderMaskLayer.GBS
│ │ │ ├── Gerber_TopLayer.GTL
│ │ │ ├── Gerber_TopSilkscreenLayer.GTO
│ │ │ └── Gerber_TopSolderMaskLayer.GTS
│ │ └── old_pcb/
│ │ ├── PCB_ESP32/
│ │ │ ├── Gerber_BoardOutline.GKO
│ │ │ ├── Gerber_BottomLayer.GBL
│ │ │ ├── Gerber_BottomSilkLayer.GBO
│ │ │ ├── Gerber_BottomSolderMaskLayer.GBS
│ │ │ ├── Gerber_Drill_PTH.DRL
│ │ │ ├── Gerber_TopLayer.GTL
│ │ │ ├── Gerber_TopSilkLayer.GTO
│ │ │ └── Gerber_TopSolderMaskLayer.GTS
│ │ └── tiny_pico/
│ │ ├── Drill_NPTH_Through.DRL
│ │ ├── Drill_PTH_Through.DRL
│ │ ├── Gerber_BoardOutlineLayer.GKO
│ │ ├── Gerber_BottomLayer.GBL
│ │ ├── Gerber_BottomSilkscreenLayer.GBO
│ │ ├── Gerber_BottomSolderMaskLayer.GBS
│ │ ├── Gerber_MechanicalLayer.GML
│ │ ├── Gerber_TopLayer.GTL
│ │ ├── Gerber_TopSilkscreenLayer.GTO
│ │ └── Gerber_TopSolderMaskLayer.GTS
│ ├── STL_by_pbl0m/
│ │ ├── DV_Luciferin_Case_Body_1.3.stl
│ │ ├── Luciferin_Case_Body_1.3.stl
│ │ └── Universal_Luciferin_Case_Lid_1.3.stl
│ └── fritzing/
│ └── ambilight.fzz
├── data/
│ └── filesystem.txt
├── docs/
│ ├── beta.html
│ ├── beta2.html
│ ├── fa/
│ │ ├── LICENSE.txt
│ │ ├── attribution.js
│ │ ├── css/
│ │ │ ├── all.css
│ │ │ ├── brands.css
│ │ │ ├── fontawesome.css
│ │ │ ├── regular.css
│ │ │ ├── solid.css
│ │ │ ├── svg-with-js.css
│ │ │ └── v4-shims.css
│ │ ├── js/
│ │ │ ├── all.js
│ │ │ ├── brands.js
│ │ │ ├── conflict-detection.js
│ │ │ ├── fontawesome.js
│ │ │ ├── regular.js
│ │ │ ├── solid.js
│ │ │ └── v4-shims.js
│ │ ├── less/
│ │ │ ├── _animated.less
│ │ │ ├── _bordered-pulled.less
│ │ │ ├── _core.less
│ │ │ ├── _fixed-width.less
│ │ │ ├── _icons.less
│ │ │ ├── _larger.less
│ │ │ ├── _list.less
│ │ │ ├── _mixins.less
│ │ │ ├── _rotated-flipped.less
│ │ │ ├── _screen-reader.less
│ │ │ ├── _shims.less
│ │ │ ├── _stacked.less
│ │ │ ├── _variables.less
│ │ │ ├── brands.less
│ │ │ ├── fontawesome.less
│ │ │ ├── regular.less
│ │ │ ├── solid.less
│ │ │ └── v4-shims.less
│ │ ├── metadata/
│ │ │ ├── categories.yml
│ │ │ ├── icons.json
│ │ │ ├── icons.yml
│ │ │ ├── shims.json
│ │ │ ├── shims.yml
│ │ │ └── sponsors.yml
│ │ └── scss/
│ │ ├── _animated.scss
│ │ ├── _bordered-pulled.scss
│ │ ├── _core.scss
│ │ ├── _fixed-width.scss
│ │ ├── _icons.scss
│ │ ├── _larger.scss
│ │ ├── _list.scss
│ │ ├── _mixins.scss
│ │ ├── _rotated-flipped.scss
│ │ ├── _screen-reader.scss
│ │ ├── _shims.scss
│ │ ├── _stacked.scss
│ │ ├── _variables.scss
│ │ ├── brands.scss
│ │ ├── fontawesome.scss
│ │ ├── regular.scss
│ │ ├── solid.scss
│ │ └── v4-shims.scss
│ ├── fa6/
│ │ ├── LICENSE.txt
│ │ ├── css/
│ │ │ ├── all.css
│ │ │ ├── brands.css
│ │ │ ├── fontawesome.css
│ │ │ ├── regular.css
│ │ │ ├── solid.css
│ │ │ ├── svg-with-js.css
│ │ │ ├── v4-font-face.css
│ │ │ ├── v4-shims.css
│ │ │ └── v5-font-face.css
│ │ ├── js/
│ │ │ ├── all.js
│ │ │ ├── brands.js
│ │ │ ├── conflict-detection.js
│ │ │ ├── fontawesome.js
│ │ │ ├── regular.js
│ │ │ ├── solid.js
│ │ │ └── v4-shims.js
│ │ ├── less/
│ │ │ ├── _animated.less
│ │ │ ├── _bordered-pulled.less
│ │ │ ├── _core.less
│ │ │ ├── _fixed-width.less
│ │ │ ├── _icons.less
│ │ │ ├── _list.less
│ │ │ ├── _mixins.less
│ │ │ ├── _rotated-flipped.less
│ │ │ ├── _screen-reader.less
│ │ │ ├── _shims.less
│ │ │ ├── _sizing.less
│ │ │ ├── _stacked.less
│ │ │ ├── _variables.less
│ │ │ ├── brands.less
│ │ │ ├── fontawesome.less
│ │ │ ├── regular.less
│ │ │ ├── solid.less
│ │ │ └── v4-shims.less
│ │ ├── metadata/
│ │ │ ├── categories.yml
│ │ │ ├── icons.json
│ │ │ ├── icons.yml
│ │ │ ├── shims.json
│ │ │ ├── shims.yml
│ │ │ └── sponsors.yml
│ │ └── scss/
│ │ ├── _animated.scss
│ │ ├── _bordered-pulled.scss
│ │ ├── _core.scss
│ │ ├── _fixed-width.scss
│ │ ├── _functions.scss
│ │ ├── _icons.scss
│ │ ├── _list.scss
│ │ ├── _mixins.scss
│ │ ├── _rotated-flipped.scss
│ │ ├── _screen-reader.scss
│ │ ├── _shims.scss
│ │ ├── _sizing.scss
│ │ ├── _stacked.scss
│ │ ├── _variables.scss
│ │ ├── brands.scss
│ │ ├── fontawesome.scss
│ │ ├── regular.scss
│ │ ├── solid.scss
│ │ └── v4-shims.scss
│ ├── index.html
│ ├── script/
│ │ ├── build
│ │ ├── develop
│ │ └── stubgen.py
│ ├── static/
│ │ ├── firmware_build/
│ │ │ ├── manifest_full.json
│ │ │ └── manifest_light.json
│ │ ├── firmware_build_beta/
│ │ │ ├── manifest_full.json
│ │ │ └── manifest_light.json
│ │ └── firmware_build_previous/
│ │ ├── manifest_full.json
│ │ └── manifest_light.json
│ ├── stl/
│ │ ├── DV_Luciferin_Case_Body_1.3.stl
│ │ ├── Luciferin_Case_Body_1.3.stl
│ │ └── Universal_Luciferin_Case_Lid_1.3.stl
│ ├── third_party_scripts/
│ │ └── iro5_2_2.js
│ ├── webInterface.css
│ ├── webInterface.js
│ └── webInterfaceSettings.js
├── home_assistant_luciferin_package.yaml
├── include/
│ ├── EffectsManager.h
│ ├── Globals.h
│ ├── GlowWormLuciferin.h
│ ├── LedManager.h
│ ├── NetManager.h
│ ├── Version.h
│ └── WebSettings.h
├── partitions/
│ ├── ESP32_4M_1800K_FLASH_300K_FS_OTA.csv
│ └── ESP32_4M_1800K_FLASH_300K_FS_OTA_ZIGBEE.csv
├── platformio.ini
├── release.sh
├── secrets.ini.template
├── src/
│ ├── EffectsManager.cpp
│ ├── Globals.cpp
│ ├── GlowWormLuciferin.cpp
│ ├── LedManager.cpp
│ └── NetManager.cpp
└── version
================================================
FILE CONTENTS
================================================
================================================
FILE: .github/FUNDING.yml
================================================
github: [sblantipodi]
custom: ["https://www.paypal.com/donate?hosted_button_id=ZEJM8ZLQW5E4A", "https://www.patreon.com/Luciferinambilightclone"]
================================================
FILE: .github/ISSUE_TEMPLATE/bug_report.yaml
================================================
name: Bug Report
description: Report an issue with Luciferin.
title: "[Bug]: "
labels: [bug, triage]
assignees:
- sblantipodi
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: input
id: firefly-version
attributes:
label: Firefly Luciferin version
description: Right click the tray icon and select info.
placeholder: Tell us what you see!
validations:
required: true
- type: input
id: gw-version
attributes:
label: Glow Worm Luciferin version
description: Right click the tray icon of Firefly Luciferin -> Settings -> Devices tab -> you can see the firmware version
placeholder: Tell us what you see!
validations:
required: true
- type: dropdown
id: firmware-type
attributes:
label: Firmware type
description: What firmwareare you running?
options:
- FULL
- LIGHT
validations:
required: true
- type: dropdown
id: usb-mqtt
attributes:
label: What is the stream method?
options:
- WiFi Stream
- MQTT Stream
- USB
validations:
required: true
- type: textarea
id: config
attributes:
label: Fiefly Luciferin config file
description: Please copy and paste your Firefly Luciferin config file.
placeholder: You can find your config file in ~Documents\FireflyLuciferin\FireflyLuciferin.yaml file. Please remove your MQTT password if you don't want to share it
render: shell
- type: textarea
id: logs
attributes:
label: Relevant log output
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks
placeholder: You can find your logs in your ~Documents\FireflyLuciferin\logs folder
render: shell
- type: textarea
id: steps-reproduce
attributes:
label: How to reproduce
description: How can we reproduce the problem? Please give steps by steps instruction and drag n drop images (screenshots) if needed
validations:
required: true
================================================
FILE: .github/ISSUE_TEMPLATE/config.yml
================================================
blank_issues_enabled: false
contact_links:
- name: I want help
url: https://discord.gg/aXf9jeN
about: If you don't want to open an issue and you prefer direct help, then joining our chat is recommended; Just ask!
================================================
FILE: .github/ISSUE_TEMPLATE/feature_request.yaml
================================================
name: Feature request
description: Suggest an idea for the Luciferin project
title: "[Feature request]: "
labels: [triage]
assignees:
- sblantipodi
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this feature request!
- type: textarea
id: problem
attributes:
label: Is your feature request related to a problem? Please describe
description: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
- type: textarea
id: solution
attributes:
label: Describe the solution you'd like
description: A clear and concise description of what you want to happen
- type: textarea
id: alternatives
attributes:
label: Describe alternatives you've considered
description: A clear and concise description of any alternative solutions or features you've considered
================================================
FILE: .github/dependabot.yml
================================================
---
version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
================================================
FILE: .github/workflows/ai_moderator.yaml
================================================
name: Auto-close non-English or abusive issues/PRs
on:
issues:
types: [opened]
pull_request:
types: [opened]
permissions:
issues: write
pull-requests: write
contents: read
actions: read
models: read
jobs:
moderation:
runs-on: ubuntu-latest
name: Detect non-English or abusive issues/PRs
steps:
- name: Extract text content
id: prepare
uses: actions/github-script@v9
with:
script: |
const isPR = !!context.payload.pull_request;
const item = isPR ? context.payload.pull_request : context.payload.issue;
if (!item) {
core.setOutput('should_continue', 'false');
return;
}
const { number, title, body, user } = item;
if (user?.type === 'Bot') {
console.log('Skipping bot-created item');
core.setOutput('should_continue', 'false');
return;
}
let text = `${title ?? ''}\n\n${body ?? ''}`.trim();
if (text.length < 20) {
console.log('Text too short for reliable detection');
core.setOutput('should_continue', 'false');
return;
}
// Limit to ~7000 tokens (~25k characters)
const MAX_CHARS = 25000;
if (text.length > MAX_CHARS) {
console.log(`Text too long (${text.length} chars), truncating to ${MAX_CHARS}`);
text = text.substring(0, MAX_CHARS) + '\n\n[...truncated due to length limit]';
}
core.setOutput('should_continue', 'true');
core.setOutput('item_type', isPR ? 'pr' : 'issue');
core.setOutput('item_number', number);
core.setOutput('item_text', text);
- name: Detect language
id: detect_lang
if: steps.prepare.outputs.should_continue == 'true'
uses: actions/ai-inference@v2
with:
model: openai/gpt-4o-mini
system-prompt: |
You are a language detection system. Determine if the provided text is written in English.
Rules:
- Ignore markdown headers, code, and logs.
- Focus on the user's descriptive sentences.
- Return ONLY JSON:
{
"is_english": true|false,
"detected_language": "English"|"Italian"|...
}
- If unsure, set detected_language = "undefined".
prompt: |
Analyze this text and detect its primary language:
${{ steps.prepare.outputs.item_text }}
max-tokens: 50
- name: Detect strong abuse
id: detect_abuse
if: steps.prepare.outputs.should_continue == 'true'
uses: actions/ai-inference@v2
with:
model: openai/gpt-4o-mini
system-prompt: |
You are a content moderation system.
Determine if the user's text contains **strongly abusive, threatening, or hateful language**.
Rules:
1. Ignore mild profanity or isolated swear words.
2. Mark as abusive **only** if:
- There are multiple explicit insults or swear words, OR
- There are personal attacks, hate speech, or threats.
3. Technical or humorous use of bad words (like error logs or memes) is NOT abusive.
4. Respond ONLY with JSON:
{
"contains_abuse": true|false,
"reason": "short explanation"
}
prompt: |
Analyze the following text for strongly abusive or hateful content:
${{ steps.prepare.outputs.item_text }}
max-tokens: 50
- name: Handle result
if: steps.prepare.outputs.should_continue == 'true'
uses: actions/github-script@v9
env:
AI_LANG: ${{ steps.detect_lang.outputs.response }}
AI_ABUSE: ${{ steps.detect_abuse.outputs.response }}
ITEM_TYPE: ${{ steps.prepare.outputs.item_type }}
ITEM_NUMBER: ${{ steps.prepare.outputs.item_number }}
with:
script: |
const isPR = process.env.ITEM_TYPE === 'pr';
const number = Number(process.env.ITEM_NUMBER);
let langRaw = process.env.AI_LANG?.trim() ?? '';
let abuseRaw = process.env.AI_ABUSE?.trim() ?? '';
console.log(`Analyzing ${isPR ? 'PR' : 'issue'} #${number}`);
console.log('Language detection raw:', langRaw);
console.log('Abuse detection raw:', abuseRaw);
function cleanJSON(raw) {
// Rimuove blocchi di codice Markdown o testo fuori JSON
raw = raw.replace(/```(?:json)?/gi, '').replace(/```/g, '').trim();
const match = raw.match(/\{[\s\S]*\}/);
return match ? match[0] : '{}';
}
let lang, abuse;
try {
lang = JSON.parse(cleanJSON(langRaw));
abuse = JSON.parse(cleanJSON(abuseRaw));
} catch (err) {
core.warning(`Parsing error: ${err.message}`);
return;
}
// If abusive, close immediately
if (abuse?.contains_abuse === true) {
const reason = abuse.reason || 'Detected abusive language';
console.log(`Strong abuse detected: ${reason}`);
const body = [
'<!-- workflow: auto-close-abuse -->',
`### 🚫 Abusive ${isPR ? 'Pull Request' : 'Issue'} detected`,
'',
'This submission contains strongly offensive or inappropriate language and has been closed automatically.',
'',
'Please maintain respectful communication to keep the project welcoming for everyone. 🙏',
].join('\n');
await github.rest.issues.createComment({
...context.repo,
issue_number: number,
body,
});
await github.rest.issues.addLabels({
...context.repo,
issue_number: number,
labels: ['abusive'],
});
if (isPR) {
await github.rest.pulls.update({
...context.repo,
pull_number: number,
state: 'closed',
});
} else {
await github.rest.issues.update({
...context.repo,
issue_number: number,
state: 'closed',
state_reason: 'not_planned',
});
}
console.log(`Closed abusive ${isPR ? 'PR' : 'issue'} #${number}`);
return;
}
// Otherwise, handle language normally
if (lang?.is_english || !lang?.detected_language || lang.detected_language === 'undefined') {
console.log('Item is English or language undefined — skipping.');
return;
}
const detectedLang = lang.detected_language;
console.log(`Detected non-English ${isPR ? 'PR' : 'issue'} (${detectedLang})`);
const commentBody = [
'<!-- workflow: auto-close-non-english -->',
`### 🌐 Non-English ${isPR ? 'Pull Request' : 'Issue'} detected`,
'',
`This ${isPR ? 'pull request' : 'issue'} appears to be written in **${detectedLang}** rather than English.`,
'',
'The Firefly Luciferin project uses English to make collaboration easier across our global community.',
'',
'**Please:**',
'1. Recreate this in English so others can help.',
'2. You can use translation tools (e.g., Google Translate) or AI assistants.',
'',
'Thank you for helping us keep communication clear for everyone! 🙏'
].join('\n');
await github.rest.issues.createComment({
...context.repo,
issue_number: number,
body: commentBody,
});
await github.rest.issues.addLabels({
...context.repo,
issue_number: number,
labels: ['non-english'],
});
if (isPR) {
await github.rest.pulls.update({
...context.repo,
pull_number: number,
state: 'closed',
});
} else {
await github.rest.issues.update({
...context.repo,
issue_number: number,
state: 'closed',
state_reason: 'not_planned',
});
}
console.log(`Closed non-English ${isPR ? 'PR' : 'issue'} #${number}`);
================================================
FILE: .github/workflows/codeql.yml
================================================
name: "CodeQL"
on:
push:
branches: [ "master" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "master" ]
schedule:
- cron: '38 4 * * 1'
jobs:
analyze:
name: Analyze
runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-24.04' }}
timeout-minutes: ${{ (matrix.language == 'swift' && 120) || 360 }}
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: [ 'cpp' ]
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: '3.13'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install platformio
python -m pip install intelhex
python --version
- name: Install submodules
run: |
git submodule update --init
- name: Setup template config files
run: |
cp secrets.ini.template secrets.ini
touch .version_no_increment_update_date;
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: ${{ matrix.language }}
- name: Autobuild
run: |
platformio run -e glowwormluciferinfull_esp8266;
platformio run -e glowwormluciferinfull_esp32;
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4
with:
category: "/language:${{matrix.language}}"
================================================
FILE: .github/workflows/main.yml
================================================
name: CI Build
on:
push:
branches:
- '*'
- '!master'
jobs:
build_esp8266_full:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
with:
path: 'currentbranch'
- uses: actions/checkout@v6
with:
ref: master
path: 'beta'
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: '3.13'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install platformio
python -m pip install intelhex
python --version
- name: Install submodules
run: |
cd currentbranch;
git submodule update --init
# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3
- name: Setup template config files
run: |
cp /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/currentbranch/secrets.ini.template /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/currentbranch/secrets.ini
touch /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/currentbranch/.version_no_increment_update_date;
- name: Run PlatformIO
run: |
cd currentbranch;
platformio run -e glowwormluciferinfull_esp8266;
- name: Move artifact (glowwormluciferinfull_esp8266)
continue-on-error: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
cd currentbranch;
cp .pio/build/glowwormluciferinfull_esp8266/firmware.bin ../beta/docs/static/firmware_build_beta/GlowWormLuciferinFULL_ESP8266_firmware.bin
cd ../beta;
- name: Creating artifact from BIN file
uses: actions/upload-artifact@v7.0.1
with:
name: GlowWormLuciferinFULL_ESP8266_firmware.bin
path: /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/currentbranch/.pio/build/glowwormluciferinfull_esp8266/firmware.bin
build_esp8266_light:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
with:
path: 'currentbranch'
- uses: actions/checkout@v6
with:
ref: master
path: 'beta'
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: '3.13'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install platformio
python -m pip install intelhex
python --version
- name: Install submodules
run: |
cd currentbranch;
git submodule update --init
# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3
- name: Setup template config files
run: |
cp /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/currentbranch/secrets.ini.template /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/currentbranch/secrets.ini
touch /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/currentbranch/.version_no_increment_update_date;
- name: Run PlatformIO
run: |
cd currentbranch;
platformio run -e glowwormluciferinlight_esp8266;
- name: Move artifact (glowwormluciferinlight_esp8266)
continue-on-error: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
cd currentbranch;
cp .pio/build/glowwormluciferinlight_esp8266/firmware.bin ../beta/docs/static/firmware_build_beta/GlowWormLuciferinLIGHT_ESP8266_firmware.bin
cd ../beta;
- name: Creating artifact from BIN file
uses: actions/upload-artifact@v7.0.1
with:
name: GlowWormLuciferinLIGHT_ESP8266_firmware.bin
path: /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/currentbranch/.pio/build/glowwormluciferinlight_esp8266/firmware.bin
build_esp32_full:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
with:
path: 'currentbranch'
- uses: actions/checkout@v6
with:
ref: master
path: 'beta'
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: '3.13'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install platformio
python -m pip install intelhex
python --version
- name: Install submodules
run: |
cd currentbranch;
git submodule update --init
- name: Setup template config files
run: |
cp /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/currentbranch/secrets.ini.template /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/currentbranch/secrets.ini
touch /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/currentbranch/.version_no_increment_update_date;
- name: Install Espressif32
run: |
cd currentbranch;
platformio platform install espressif32;
- name: Run PlatformIO
run: |
cd currentbranch;
platformio run -e glowwormluciferinfull_esp32;
platformio run -e glowwormluciferinfull_esp32c3;
platformio run -e glowwormluciferinfull_esp32c6;
platformio run -e glowwormluciferinfull_esp32c5;
platformio run -e glowwormluciferinfull_esp32s2;
platformio run -e glowwormluciferinfull_esp32s3;
- name: Move artifact (glowwormluciferinfull_esp32)
continue-on-error: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
cd currentbranch;
cp .pio/build/glowwormluciferinfull_esp32/firmware-factory.bin ../beta/docs/static/firmware_build_beta/GlowWormLuciferinFULL_ESP32_firmware-factory.bin
cp .pio/build/glowwormluciferinfull_esp32c3/firmware-factory.bin ../beta/docs/static/firmware_build_beta/GlowWormLuciferinFULL_ESP32_C3_firmware-factory.bin
cp .pio/build/glowwormluciferinfull_esp32c6/firmware-factory.bin ../beta/docs/static/firmware_build_beta/GlowWormLuciferinFULL_ESP32_C6_firmware-factory.bin
cp .pio/build/glowwormluciferinfull_esp32c5/firmware-factory.bin ../beta/docs/static/firmware_build_beta/GlowWormLuciferinFULL_ESP32_C5_firmware-factory.bin
cp .pio/build/glowwormluciferinfull_esp32s2/firmware-factory.bin ../beta/docs/static/firmware_build_beta/GlowWormLuciferinFULL_ESP32_S2_firmware-factory.bin
cp .pio/build/glowwormluciferinfull_esp32s3/firmware-factory.bin ../beta/docs/static/firmware_build_beta/GlowWormLuciferinFULL_ESP32_S3_firmware-factory.bin
cp .pio/build/glowwormluciferinfull_esp32/firmware.bin ../beta/docs/static/firmware_build_beta/GlowWormLuciferinFULL_ESP32_firmware.bin
cp .pio/build/glowwormluciferinfull_esp32c3/firmware.bin ../beta/docs/static/firmware_build_beta/GlowWormLuciferinFULL_ESP32_C3_firmware.bin
cp .pio/build/glowwormluciferinfull_esp32c6/firmware.bin ../beta/docs/static/firmware_build_beta/GlowWormLuciferinFULL_ESP32_C6_firmware.bin
cp .pio/build/glowwormluciferinfull_esp32c5/firmware.bin ../beta/docs/static/firmware_build_beta/GlowWormLuciferinFULL_ESP32_C5_firmware.bin
cp .pio/build/glowwormluciferinfull_esp32s2/firmware.bin ../beta/docs/static/firmware_build_beta/GlowWormLuciferinFULL_ESP32_S2_firmware.bin
cp .pio/build/glowwormluciferinfull_esp32s3/firmware.bin ../beta/docs/static/firmware_build_beta/GlowWormLuciferinFULL_ESP32_S3_firmware.bin
cd ../beta;
- name: Creating artifact from BIN file
uses: actions/upload-artifact@v7.0.1
with:
name: GlowWormLuciferinFULL_ESP32_firmware-factory.bin
path: /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/currentbranch/.pio/build/glowwormluciferinfull_esp32/firmware-factory.bin
- name: Creating artifact from BIN file
uses: actions/upload-artifact@v7.0.1
with:
name: GlowWormLuciferinFULL_ESP32_C3_firmware-factory.bin
path: /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/currentbranch/.pio/build/glowwormluciferinfull_esp32c3/firmware-factory.bin
- name: Creating artifact from BIN file
uses: actions/upload-artifact@v7.0.1
with:
name: GlowWormLuciferinFULL_ESP32_C6_firmware-factory.bin
path: /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/currentbranch/.pio/build/glowwormluciferinfull_esp32c6/firmware-factory.bin
- name: Creating artifact from BIN file
uses: actions/upload-artifact@v7.0.1
with:
name: GlowWormLuciferinFULL_ESP32_C5_firmware-factory.bin
path: /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/currentbranch/.pio/build/glowwormluciferinfull_esp32c5/firmware-factory.bin
- name: Creating artifact from BIN file
uses: actions/upload-artifact@v7.0.1
with:
name: GlowWormLuciferinFULL_ESP32_S2_firmware-factory.bin
path: /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/currentbranch/.pio/build/glowwormluciferinfull_esp32s2/firmware-factory.bin
- name: Creating artifact from BIN file
uses: actions/upload-artifact@v7.0.1
with:
name: GlowWormLuciferinFULL_ESP32_S3_firmware-factory.bin
path: /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/currentbranch/.pio/build/glowwormluciferinfull_esp32s3/firmware-factory.bin
- name: Creating artifact from BIN file
uses: actions/upload-artifact@v7.0.1
with:
name: GlowWormLuciferinFULL_ESP32_firmware.bin
path: /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/currentbranch/.pio/build/glowwormluciferinfull_esp32/firmware.bin
- name: Creating artifact from BIN file
uses: actions/upload-artifact@v7.0.1
with:
name: GlowWormLuciferinFULL_ESP32_C3_firmware.bin
path: /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/currentbranch/.pio/build/glowwormluciferinfull_esp32c3/firmware.bin
- name: Creating artifact from BIN file
uses: actions/upload-artifact@v7.0.1
with:
name: GlowWormLuciferinFULL_ESP32_C6_firmware.bin
path: /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/currentbranch/.pio/build/glowwormluciferinfull_esp32c6/firmware.bin
- name: Creating artifact from BIN file
uses: actions/upload-artifact@v7.0.1
with:
name: GlowWormLuciferinFULL_ESP32_C5_firmware.bin
path: /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/currentbranch/.pio/build/glowwormluciferinfull_esp32c5/firmware.bin
- name: Creating artifact from BIN file
uses: actions/upload-artifact@v7.0.1
with:
name: GlowWormLuciferinFULL_ESP32_S2_firmware.bin
path: /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/currentbranch/.pio/build/glowwormluciferinfull_esp32s2/firmware.bin
- name: Creating artifact from BIN file
uses: actions/upload-artifact@v7.0.1
with:
name: GlowWormLuciferinFULL_ESP32_S3_firmware.bin
path: /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/currentbranch/.pio/build/glowwormluciferinfull_esp32s3/firmware.bin
build_esp32_light:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
with:
path: 'currentbranch'
- uses: actions/checkout@v6
with:
ref: master
path: 'beta'
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: '3.13'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install platformio
python -m pip install intelhex
python --version
- name: Install submodules
run: |
cd currentbranch;
git submodule update --init
# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3
- name: Setup template config files
run: |
cp /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/currentbranch/secrets.ini.template /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/currentbranch/secrets.ini
touch /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/currentbranch/.version_no_increment_update_date;
- name: Install Espressif32
run: |
cd currentbranch;
platformio platform install espressif32;
- name: Run PlatformIO
run: |
cd currentbranch;
platformio run -e glowwormluciferinlight_esp32;
platformio run -e glowwormluciferinlight_esp32c3;
platformio run -e glowwormluciferinlight_esp32c6;
platformio run -e glowwormluciferinlight_esp32c5;
platformio run -e glowwormluciferinlight_esp32s2;
platformio run -e glowwormluciferinlight_esp32s3;
- name: Move artifact (glowwormluciferinlight_esp32)
continue-on-error: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
cd currentbranch;
cp .pio/build/glowwormluciferinlight_esp32/firmware-factory.bin ../beta/docs/static/firmware_build_beta/GlowWormLuciferinLIGHT_ESP32_firmware-factory.bin
cp .pio/build/glowwormluciferinlight_esp32c3/firmware-factory.bin ../beta/docs/static/firmware_build_beta/GlowWormLuciferinLIGHT_ESP32_C3_firmware-factory.bin
cp .pio/build/glowwormluciferinlight_esp32c6/firmware-factory.bin ../beta/docs/static/firmware_build_beta/GlowWormLuciferinLIGHT_ESP32_C6_firmware-factory.bin
cp .pio/build/glowwormluciferinlight_esp32c5/firmware-factory.bin ../beta/docs/static/firmware_build_beta/GlowWormLuciferinLIGHT_ESP32_C5_firmware-factory.bin
cp .pio/build/glowwormluciferinlight_esp32s2/firmware-factory.bin ../beta/docs/static/firmware_build_beta/GlowWormLuciferinLIGHT_ESP32_S2_firmware-factory.bin
cp .pio/build/glowwormluciferinlight_esp32s3/firmware-factory.bin ../beta/docs/static/firmware_build_beta/GlowWormLuciferinLIGHT_ESP32_S3_firmware-factory.bin
cp .pio/build/glowwormluciferinlight_esp32/firmware.bin ../beta/docs/static/firmware_build_beta/GlowWormLuciferinLIGHT_ESP32_firmware.bin
cp .pio/build/glowwormluciferinlight_esp32c3/firmware.bin ../beta/docs/static/firmware_build_beta/GlowWormLuciferinLIGHT_ESP32_C3_firmware.bin
cp .pio/build/glowwormluciferinlight_esp32c6/firmware.bin ../beta/docs/static/firmware_build_beta/GlowWormLuciferinLIGHT_ESP32_C6_firmware.bin
cp .pio/build/glowwormluciferinlight_esp32c5/firmware.bin ../beta/docs/static/firmware_build_beta/GlowWormLuciferinLIGHT_ESP32_C5_firmware.bin
cp .pio/build/glowwormluciferinlight_esp32s2/firmware.bin ../beta/docs/static/firmware_build_beta/GlowWormLuciferinLIGHT_ESP32_S2_firmware.bin
cp .pio/build/glowwormluciferinlight_esp32s3/firmware.bin ../beta/docs/static/firmware_build_beta/GlowWormLuciferinLIGHT_ESP32_S3_firmware.bin
cd ../beta;
- name: Creating artifact from BIN file
uses: actions/upload-artifact@v7.0.1
with:
name: GlowWormLuciferinLIGHT_ESP32_firmware-factory.bin
path: /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/currentbranch/.pio/build/glowwormluciferinlight_esp32/firmware-factory.bin
- name: Creating artifact from BIN file
uses: actions/upload-artifact@v7.0.1
with:
name: GlowWormLuciferinLIGHT_ESP32_C3_firmware-factory.bin
path: /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/currentbranch/.pio/build/glowwormluciferinlight_esp32c3/firmware-factory.bin
- name: Creating artifact from BIN file
uses: actions/upload-artifact@v7.0.1
with:
name: GlowWormLuciferinLIGHT_ESP32_C6_firmware-factory.bin
path: /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/currentbranch/.pio/build/glowwormluciferinlight_esp32c6/firmware-factory.bin
- name: Creating artifact from BIN file
uses: actions/upload-artifact@v7.0.1
with:
name: GlowWormLuciferinLIGHT_ESP32_C5_firmware-factory.bin
path: /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/currentbranch/.pio/build/glowwormluciferinlight_esp32c5/firmware-factory.bin
- name: Creating artifact from BIN file
uses: actions/upload-artifact@v7.0.1
with:
name: GlowWormLuciferinLIGHT_ESP32_S2_firmware-factory.bin
path: /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/currentbranch/.pio/build/glowwormluciferinlight_esp32s2/firmware-factory.bin
- name: Creating artifact from BIN file
uses: actions/upload-artifact@v7.0.1
with:
name: GlowWormLuciferinLIGHT_ESP32_S3_firmware-factory.bin
path: /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/currentbranch/.pio/build/glowwormluciferinlight_esp32s3/firmware-factory.bin
- name: Creating artifact from BIN file
uses: actions/upload-artifact@v7.0.1
with:
name: GlowWormLuciferinLIGHT_ESP32_firmware.bin
path: /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/currentbranch/.pio/build/glowwormluciferinlight_esp32/firmware.bin
- name: Creating artifact from BIN file
uses: actions/upload-artifact@v7.0.1
with:
name: GlowWormLuciferinLIGHT_ESP32_C3_firmware.bin
path: /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/currentbranch/.pio/build/glowwormluciferinlight_esp32c3/firmware.bin
- name: Creating artifact from BIN file
uses: actions/upload-artifact@v7.0.1
with:
name: GlowWormLuciferinLIGHT_ESP32_C6_firmware.bin
path: /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/currentbranch/.pio/build/glowwormluciferinlight_esp32c6/firmware.bin
- name: Creating artifact from BIN file
uses: actions/upload-artifact@v7.0.1
with:
name: GlowWormLuciferinLIGHT_ESP32_C5_firmware.bin
path: /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/currentbranch/.pio/build/glowwormluciferinlight_esp32c5/firmware.bin
- name: Creating artifact from BIN file
uses: actions/upload-artifact@v7.0.1
with:
name: GlowWormLuciferinLIGHT_ESP32_S2_firmware.bin
path: /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/currentbranch/.pio/build/glowwormluciferinlight_esp32s2/firmware.bin
- name: Creating artifact from BIN file
uses: actions/upload-artifact@v7.0.1
with:
name: GlowWormLuciferinLIGHT_ESP32_S3_firmware.bin
path: /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/currentbranch/.pio/build/glowwormluciferinlight_esp32s3/firmware.bin
web_tools_update:
runs-on: ubuntu-24.04
needs: [ build_esp8266_full, build_esp8266_light, build_esp32_full, build_esp32_light ]
steps:
- uses: actions/checkout@v6
with:
path: 'beta'
- uses: actions/checkout@v6
with:
ref: master
path: 'currentbranch'
- name: Retrieve version
id: vars
run: |
echo "TAG_NAME=$(cat /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/beta/version)" >> $GITHUB_OUTPUT
- name: Set version
run: |
sudo apt-get update
sudo apt-get install -y jq
jq --arg v "${{ steps.vars.outputs.TAG_NAME }}" '.version = $v' /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/currentbranch/docs/static/firmware_build_beta/manifest_full.json > tmp.json && mv tmp.json /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/currentbranch/docs/static/firmware_build_beta/manifest_full.json
jq --arg v "${{ steps.vars.outputs.TAG_NAME }}" '.version = $v' /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/currentbranch/docs/static/firmware_build_beta/manifest_light.json > tmp.json && mv tmp.json /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/currentbranch/docs/static/firmware_build_beta/manifest_light.json
- name: Save JSON file to GIT
continue-on-error: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
cd currentbranch;
git config --global user.email "perini.davide@dpsoftware.org";
git config --global user.name "Davide Perini";
git add ./docs/static/firmware_build_beta/manifest_full.json;
git add ./docs/static/firmware_build_beta/manifest_light.json;
git commit -m "CI release for firmware web installer";
git push;
- uses: actions/download-artifact@v8
with:
path: ci_artifacts
- name: Display structure of downloaded files
run: |
ls -R ci_artifacts;
- name: Save artifact to GIT
continue-on-error: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
cp -rf ci_artifacts/GlowWormLuciferinFULL_ESP8266_firmware.bin/firmware.bin ./currentbranch/docs/static/firmware_build_beta/GlowWormLuciferinFULL_ESP8266_firmware.bin
cp -rf ci_artifacts/GlowWormLuciferinLIGHT_ESP8266_firmware.bin/firmware.bin ./currentbranch/docs/static/firmware_build_beta/GlowWormLuciferinLIGHT_ESP8266_firmware.bin
cp -rf ci_artifacts/GlowWormLuciferinFULL_ESP32_firmware-factory.bin/firmware-factory.bin ./currentbranch/docs/static/firmware_build_beta/GlowWormLuciferinFULL_ESP32_firmware-factory.bin
cp -rf ci_artifacts/GlowWormLuciferinFULL_ESP32_C3_firmware-factory.bin/firmware-factory.bin ./currentbranch/docs/static/firmware_build_beta/GlowWormLuciferinFULL_ESP32_C3_firmware-factory.bin
cp -rf ci_artifacts/GlowWormLuciferinFULL_ESP32_C6_firmware-factory.bin/firmware-factory.bin ./currentbranch/docs/static/firmware_build_beta/GlowWormLuciferinFULL_ESP32_C6_firmware-factory.bin
cp -rf ci_artifacts/GlowWormLuciferinFULL_ESP32_C5_firmware-factory.bin/firmware-factory.bin ./currentbranch/docs/static/firmware_build_beta/GlowWormLuciferinFULL_ESP32_C5_firmware-factory.bin
cp -rf ci_artifacts/GlowWormLuciferinFULL_ESP32_S2_firmware-factory.bin/firmware-factory.bin ./currentbranch/docs/static/firmware_build_beta/GlowWormLuciferinFULL_ESP32_S2_firmware-factory.bin
cp -rf ci_artifacts/GlowWormLuciferinFULL_ESP32_S3_firmware-factory.bin/firmware-factory.bin ./currentbranch/docs/static/firmware_build_beta/GlowWormLuciferinFULL_ESP32_S3_firmware-factory.bin
cp -rf ci_artifacts/GlowWormLuciferinLIGHT_ESP32_firmware-factory.bin/firmware-factory.bin ./currentbranch/docs/static/firmware_build_beta/GlowWormLuciferinLIGHT_ESP32_firmware-factory.bin
cp -rf ci_artifacts/GlowWormLuciferinLIGHT_ESP32_C3_firmware-factory.bin/firmware-factory.bin ./currentbranch/docs/static/firmware_build_beta/GlowWormLuciferinLIGHT_ESP32_C3_firmware-factory.bin
cp -rf ci_artifacts/GlowWormLuciferinLIGHT_ESP32_C6_firmware-factory.bin/firmware-factory.bin ./currentbranch/docs/static/firmware_build_beta/GlowWormLuciferinLIGHT_ESP32_C6_firmware-factory.bin
cp -rf ci_artifacts/GlowWormLuciferinLIGHT_ESP32_C5_firmware-factory.bin/firmware-factory.bin ./currentbranch/docs/static/firmware_build_beta/GlowWormLuciferinLIGHT_ESP32_C5_firmware-factory.bin
cp -rf ci_artifacts/GlowWormLuciferinLIGHT_ESP32_S2_firmware-factory.bin/firmware-factory.bin ./currentbranch/docs/static/firmware_build_beta/GlowWormLuciferinLIGHT_ESP32_S2_firmware-factory.bin
cp -rf ci_artifacts/GlowWormLuciferinLIGHT_ESP32_S3_firmware-factory.bin/firmware-factory.bin ./currentbranch/docs/static/firmware_build_beta/GlowWormLuciferinLIGHT_ESP32_S3_firmware-factory.bin
cp -rf ci_artifacts/GlowWormLuciferinFULL_ESP32_firmware.bin/firmware.bin ./currentbranch/docs/static/firmware_build_beta/GlowWormLuciferinFULL_ESP32_firmware.bin
cp -rf ci_artifacts/GlowWormLuciferinFULL_ESP32_C3_firmware.bin/firmware.bin ./currentbranch/docs/static/firmware_build_beta/GlowWormLuciferinFULL_ESP32_C3_firmware.bin
cp -rf ci_artifacts/GlowWormLuciferinFULL_ESP32_C6_firmware.bin/firmware.bin ./currentbranch/docs/static/firmware_build_beta/GlowWormLuciferinFULL_ESP32_C6_firmware.bin
cp -rf ci_artifacts/GlowWormLuciferinFULL_ESP32_C5_firmware.bin/firmware.bin ./currentbranch/docs/static/firmware_build_beta/GlowWormLuciferinFULL_ESP32_C5_firmware.bin
cp -rf ci_artifacts/GlowWormLuciferinFULL_ESP32_S2_firmware.bin/firmware.bin ./currentbranch/docs/static/firmware_build_beta/GlowWormLuciferinFULL_ESP32_S2_firmware.bin
cp -rf ci_artifacts/GlowWormLuciferinFULL_ESP32_S3_firmware.bin/firmware.bin ./currentbranch/docs/static/firmware_build_beta/GlowWormLuciferinFULL_ESP32_S3_firmware.bin
cp -rf ci_artifacts/GlowWormLuciferinLIGHT_ESP32_firmware.bin/firmware.bin ./currentbranch/docs/static/firmware_build_beta/GlowWormLuciferinLIGHT_ESP32_firmware.bin
cp -rf ci_artifacts/GlowWormLuciferinLIGHT_ESP32_C3_firmware.bin/firmware.bin ./currentbranch/docs/static/firmware_build_beta/GlowWormLuciferinLIGHT_ESP32_C3_firmware.bin
cp -rf ci_artifacts/GlowWormLuciferinLIGHT_ESP32_C6_firmware.bin/firmware.bin ./currentbranch/docs/static/firmware_build_beta/GlowWormLuciferinLIGHT_ESP32_C6_firmware.bin
cp -rf ci_artifacts/GlowWormLuciferinLIGHT_ESP32_C5_firmware.bin/firmware.bin ./currentbranch/docs/static/firmware_build_beta/GlowWormLuciferinLIGHT_ESP32_C5_firmware.bin
cp -rf ci_artifacts/GlowWormLuciferinLIGHT_ESP32_S2_firmware.bin/firmware.bin ./currentbranch/docs/static/firmware_build_beta/GlowWormLuciferinLIGHT_ESP32_S2_firmware.bin
cp -rf ci_artifacts/GlowWormLuciferinLIGHT_ESP32_S3_firmware.bin/firmware.bin ./currentbranch/docs/static/firmware_build_beta/GlowWormLuciferinLIGHT_ESP32_S3_firmware.bin
cd currentbranch;
ls ./docs/static/firmware_build_beta/;
git config --global user.email "perini.davide@dpsoftware.org";
git config --global user.name "Davide Perini";
git add ./docs/static/firmware_build_beta/*;
cat /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/currentbranch/docs/static/firmware_build_beta/manifest_full.json;
cat /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/currentbranch/docs/static/firmware_build_beta/manifest_light.json;
git commit -m "CI BETA release for firmware web installer";
git push;
================================================
FILE: .github/workflows/release.yml
================================================
name: Create Release
on:
push:
# Sequence of patterns matched against refs/tags
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
jobs:
create_draft_release:
env:
commitmsg: ${{ github.event.head_commit.message }}
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
- name: Set env
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: Release version
run: |
echo $RELEASE_VERSION
echo ${{ env.RELEASE_VERSION }}
- name: Create Release
id: create_release
uses: softprops/action-gh-release@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
tag_name: ${{ github.ref_name }}
name: Release ${{ github.ref_name }}
body: |
Changes in this Release
${{ env.commitmsg }}
draft: true
prerelease: false
build_esp8266_firmware_full:
runs-on: ubuntu-24.04
needs: [ create_draft_release ]
steps:
- name: Checkout code
uses: actions/checkout@v6
with:
ref: master
- name: Set env
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: Release version
run: |
echo $RELEASE_VERSION
echo ${{ env.RELEASE_VERSION }}
- id: get-id
run: |
id=$(echo $RELEASE_VERSION | cut -dv -f2)
echo "id=$id" >> $GITHUB_OUTPUT
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: '3.13'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install platformio
python -m pip install intelhex
python --version
- name: Install submodules
run: |
git submodule update --init
- name: Setup template config files
run: |
cp /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/secrets.ini.template /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/secrets.ini
touch .version_no_increment_update_date;
echo ${{steps.get-id.outputs.id}} > version
- name: Run PlatformIO
run: platformio run -e glowwormluciferinfull_esp8266
- name: Save artifact (glowwormluciferinfull_esp8266)
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
cp .pio/build/glowwormluciferinfull_esp8266/firmware.bin ./GlowWormLuciferinFULL_ESP8266_firmware.bin
gh release upload "${{ env.RELEASE_VERSION }}" GlowWormLuciferinFULL_ESP8266_firmware.bin
- name: Creating artifact from BIN file
uses: actions/upload-artifact@v7.0.1
with:
name: GlowWormLuciferinFULL_ESP8266_firmware.bin
path: /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/.pio/build/glowwormluciferinfull_esp8266/firmware.bin
- name: Saving version files
uses: actions/upload-artifact@v7.0.1
with:
name: version
path: /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/version
- name: Saving Version.h files
uses: actions/upload-artifact@v7.0.1
with:
name: Version.h
path: /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/include/Version.h
build_esp8266_firmware_light:
runs-on: ubuntu-24.04
needs: [ create_draft_release ]
steps:
- name: Checkout code
uses: actions/checkout@v6
with:
ref: master
- name: Set env
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: Release version
run: |
echo $RELEASE_VERSION
echo ${{ env.RELEASE_VERSION }}
- id: get-id
run: |
id=$(echo $RELEASE_VERSION | cut -dv -f2)
echo "id=$id" >> $GITHUB_OUTPUT
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: '3.13'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install platformio
python -m pip install intelhex
python --version
- name: Install submodules
run: |
git submodule update --init
- name: Setup template config files
run: |
cp /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/secrets.ini.template /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/secrets.ini
touch .version_no_increment_update_date;
echo ${{steps.get-id.outputs.id}} > version
- name: Run PlatformIO
run: platformio run -e glowwormluciferinlight_esp8266
- name: Save artifact (glowwormluciferinlight_esp8266)
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
cp .pio/build/glowwormluciferinlight_esp8266/firmware.bin ./GlowWormLuciferinLIGHT_ESP8266_firmware.bin
gh release upload "${{ env.RELEASE_VERSION }}" GlowWormLuciferinLIGHT_ESP8266_firmware.bin
- name: Creating artifact from BIN file
uses: actions/upload-artifact@v7.0.1
with:
name: GlowWormLuciferinLIGHT_ESP8266_firmware.bin
path: /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/.pio/build/glowwormluciferinlight_esp8266/firmware.bin
build_esp32_firmware_full:
runs-on: ubuntu-24.04
needs: [ create_draft_release ]
steps:
- name: Checkout code
uses: actions/checkout@v6
with:
ref: master
- name: Set env
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: Release version
run: |
echo $RELEASE_VERSION
echo ${{ env.RELEASE_VERSION }}
- id: get-id
run: |
id=$(echo $RELEASE_VERSION | cut -dv -f2)
echo "id=$id" >> $GITHUB_OUTPUT
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: '3.13'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install platformio
python -m pip install intelhex
python --version
- name: Install submodules
run: |
git submodule update --init
- name: Setup template config files
run: |
cp /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/secrets.ini.template /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/secrets.ini
touch .version_no_increment_update_date;
echo ${{steps.get-id.outputs.id}} > version
- name: Run PlatformIO
run: |
platformio run -e glowwormluciferinfull_esp32
platformio run -e glowwormluciferinfull_esp32c3
platformio run -e glowwormluciferinfull_esp32c6
platformio run -e glowwormluciferinfull_esp32c5
platformio run -e glowwormluciferinfull_esp32s2
platformio run -e glowwormluciferinfull_esp32s3
- name: Save artifact (glowwormluciferinfull_esp32)
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
cp .pio/build/glowwormluciferinfull_esp32/firmware-factory.bin ./GlowWormLuciferinFULL_ESP32_firmware-factory.bin
cp .pio/build/glowwormluciferinfull_esp32c3/firmware-factory.bin ./GlowWormLuciferinFULL_ESP32_C3_firmware-factory.bin
cp .pio/build/glowwormluciferinfull_esp32c6/firmware-factory.bin ./GlowWormLuciferinFULL_ESP32_C6_firmware-factory.bin
cp .pio/build/glowwormluciferinfull_esp32c5/firmware-factory.bin ./GlowWormLuciferinFULL_ESP32_C5_firmware-factory.bin
cp .pio/build/glowwormluciferinfull_esp32s2/firmware-factory.bin ./GlowWormLuciferinFULL_ESP32_S2_firmware-factory.bin
cp .pio/build/glowwormluciferinfull_esp32s3/firmware-factory.bin ./GlowWormLuciferinFULL_ESP32_S3_firmware-factory.bin
gh release upload "${{ env.RELEASE_VERSION }}" GlowWormLuciferinFULL_ESP32_firmware-factory.bin
gh release upload "${{ env.RELEASE_VERSION }}" GlowWormLuciferinFULL_ESP32_C3_firmware-factory.bin
gh release upload "${{ env.RELEASE_VERSION }}" GlowWormLuciferinFULL_ESP32_C6_firmware-factory.bin
gh release upload "${{ env.RELEASE_VERSION }}" GlowWormLuciferinFULL_ESP32_C5_firmware-factory.bin
gh release upload "${{ env.RELEASE_VERSION }}" GlowWormLuciferinFULL_ESP32_S2_firmware-factory.bin
gh release upload "${{ env.RELEASE_VERSION }}" GlowWormLuciferinFULL_ESP32_S3_firmware-factory.bin
cp -i .pio/build/glowwormluciferinfull_esp32/firmware.bin ./GlowWormLuciferinFULL_ESP32_firmware.bin
cp -i .pio/build/glowwormluciferinfull_esp32c3/firmware.bin ./GlowWormLuciferinFULL_ESP32_C3_firmware.bin
cp -i .pio/build/glowwormluciferinfull_esp32c6/firmware.bin ./GlowWormLuciferinFULL_ESP32_C6_firmware.bin
cp -i .pio/build/glowwormluciferinfull_esp32c5/firmware.bin ./GlowWormLuciferinFULL_ESP32_C5_firmware.bin
cp -i .pio/build/glowwormluciferinfull_esp32s2/firmware.bin ./GlowWormLuciferinFULL_ESP32_S2_firmware.bin
cp -i .pio/build/glowwormluciferinfull_esp32s3/firmware.bin ./GlowWormLuciferinFULL_ESP32_S3_firmware.bin
- name: Creating artifact from BIN file
uses: actions/upload-artifact@v7.0.1
with:
name: GlowWormLuciferinFULL_ESP32_firmware-factory.bin
path: /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/.pio/build/glowwormluciferinfull_esp32/firmware-factory.bin
- name: Creating artifact from BIN file
uses: actions/upload-artifact@v7.0.1
with:
name: GlowWormLuciferinFULL_ESP32_C3_firmware-factory.bin
path: /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/.pio/build/glowwormluciferinfull_esp32c3/firmware-factory.bin
- name: Creating artifact from BIN file
uses: actions/upload-artifact@v7.0.1
with:
name: GlowWormLuciferinFULL_ESP32_C6_firmware-factory.bin
path: /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/.pio/build/glowwormluciferinfull_esp32c6/firmware-factory.bin
- name: Creating artifact from BIN file
uses: actions/upload-artifact@v7.0.1
with:
name: GlowWormLuciferinFULL_ESP32_C5_firmware-factory.bin
path: /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/.pio/build/glowwormluciferinfull_esp32c5/firmware-factory.bin
- name: Creating artifact from BIN file
uses: actions/upload-artifact@v7.0.1
with:
name: GlowWormLuciferinFULL_ESP32_S2_firmware-factory.bin
path: /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/.pio/build/glowwormluciferinfull_esp32s2/firmware-factory.bin
- name: Creating artifact from BIN file
uses: actions/upload-artifact@v7.0.1
with:
name: GlowWormLuciferinFULL_ESP32_S3_firmware-factory.bin
path: /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/.pio/build/glowwormluciferinfull_esp32s3/firmware-factory.bin
- name: Creating artifact from BIN file
uses: actions/upload-artifact@v7.0.1
with:
name: GlowWormLuciferinFULL_ESP32_firmware.bin
path: /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/.pio/build/glowwormluciferinfull_esp32/firmware.bin
- name: Creating artifact from BIN file
uses: actions/upload-artifact@v7.0.1
with:
name: GlowWormLuciferinFULL_ESP32_C3_firmware.bin
path: /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/.pio/build/glowwormluciferinfull_esp32c3/firmware.bin
- name: Creating artifact from BIN file
uses: actions/upload-artifact@v7.0.1
with:
name: GlowWormLuciferinFULL_ESP32_C6_firmware.bin
path: /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/.pio/build/glowwormluciferinfull_esp32c6/firmware.bin
- name: Creating artifact from BIN file
uses: actions/upload-artifact@v7.0.1
with:
name: GlowWormLuciferinFULL_ESP32_C5_firmware.bin
path: /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/.pio/build/glowwormluciferinfull_esp32c5/firmware.bin
- name: Creating artifact from BIN file
uses: actions/upload-artifact@v7.0.1
with:
name: GlowWormLuciferinFULL_ESP32_S2_firmware.bin
path: /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/.pio/build/glowwormluciferinfull_esp32s2/firmware.bin
- name: Creating artifact from BIN file
uses: actions/upload-artifact@v7.0.1
with:
name: GlowWormLuciferinFULL_ESP32_S3_firmware.bin
path: /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/.pio/build/glowwormluciferinfull_esp32s3/firmware.bin
build_esp32_firmware_light:
runs-on: ubuntu-24.04
needs: [ create_draft_release ]
steps:
- name: Checkout code
uses: actions/checkout@v6
with:
ref: master
- name: Set env
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: Release version
run: |
echo $RELEASE_VERSION
echo ${{ env.RELEASE_VERSION }}
- id: get-id
run: |
id=$(echo $RELEASE_VERSION | cut -dv -f2)
echo "id=$id" >> $GITHUB_OUTPUT
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: '3.13'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install platformio
python -m pip install intelhex
python --version
- name: Install submodules
run: |
git submodule update --init
- name: Setup template config files
run: |
cp /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/secrets.ini.template /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/secrets.ini
touch .version_no_increment_update_date;
echo ${{steps.get-id.outputs.id}} > version
- name: Run PlatformIO
run: |
platformio run -e glowwormluciferinlight_esp32;
platformio run -e glowwormluciferinlight_esp32c3;
platformio run -e glowwormluciferinlight_esp32c6;
platformio run -e glowwormluciferinlight_esp32c5;
platformio run -e glowwormluciferinlight_esp32s2;
platformio run -e glowwormluciferinlight_esp32s3;
- name: Save artifact (glowwormluciferinlight_esp32)
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
cp .pio/build/glowwormluciferinlight_esp32/firmware-factory.bin ./GlowWormLuciferinLIGHT_ESP32_firmware-factory.bin
cp .pio/build/glowwormluciferinlight_esp32c3/firmware-factory.bin ./GlowWormLuciferinLIGHT_ESP32_C3_firmware-factory.bin
cp .pio/build/glowwormluciferinlight_esp32c6/firmware-factory.bin ./GlowWormLuciferinLIGHT_ESP32_C6_firmware-factory.bin
cp .pio/build/glowwormluciferinlight_esp32c5/firmware-factory.bin ./GlowWormLuciferinLIGHT_ESP32_C5_firmware-factory.bin
cp .pio/build/glowwormluciferinlight_esp32s2/firmware-factory.bin ./GlowWormLuciferinLIGHT_ESP32_S2_firmware-factory.bin
cp .pio/build/glowwormluciferinlight_esp32s3/firmware-factory.bin ./GlowWormLuciferinLIGHT_ESP32_S3_firmware-factory.bin
gh release upload "${{ env.RELEASE_VERSION }}" GlowWormLuciferinLIGHT_ESP32_firmware-factory.bin
gh release upload "${{ env.RELEASE_VERSION }}" GlowWormLuciferinLIGHT_ESP32_C3_firmware-factory.bin
gh release upload "${{ env.RELEASE_VERSION }}" GlowWormLuciferinLIGHT_ESP32_C6_firmware-factory.bin
gh release upload "${{ env.RELEASE_VERSION }}" GlowWormLuciferinLIGHT_ESP32_C5_firmware-factory.bin
gh release upload "${{ env.RELEASE_VERSION }}" GlowWormLuciferinLIGHT_ESP32_S2_firmware-factory.bin
gh release upload "${{ env.RELEASE_VERSION }}" GlowWormLuciferinLIGHT_ESP32_S3_firmware-factory.bin
cp -i .pio/build/glowwormluciferinlight_esp32/firmware.bin ./GlowWormLuciferinLIGHT_ESP32_firmware.bin
cp -i .pio/build/glowwormluciferinlight_esp32c3/firmware.bin ./GlowWormLuciferinLIGHT_ESP32_C3_firmware.bin
cp -i .pio/build/glowwormluciferinlight_esp32c6/firmware.bin ./GlowWormLuciferinLIGHT_ESP32_C6_firmware.bin
cp -i .pio/build/glowwormluciferinlight_esp32c5/firmware.bin ./GlowWormLuciferinLIGHT_ESP32_C5_firmware.bin
cp -i .pio/build/glowwormluciferinlight_esp32s2/firmware.bin ./GlowWormLuciferinLIGHT_ESP32_S2_firmware.bin
cp -i .pio/build/glowwormluciferinlight_esp32s3/firmware.bin ./GlowWormLuciferinLIGHT_ESP32_S3_firmware.bin
- name: Creating artifact from BIN file
uses: actions/upload-artifact@v7.0.1
with:
name: GlowWormLuciferinLIGHT_ESP32_firmware-factory.bin
path: /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/.pio/build/glowwormluciferinlight_esp32/firmware-factory.bin
- name: Creating artifact from BIN file
uses: actions/upload-artifact@v7.0.1
with:
name: GlowWormLuciferinLIGHT_ESP32_C3_firmware-factory.bin
path: /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/.pio/build/glowwormluciferinlight_esp32c3/firmware-factory.bin
- name: Creating artifact from BIN file
uses: actions/upload-artifact@v7.0.1
with:
name: GlowWormLuciferinLIGHT_ESP32_C6_firmware-factory.bin
path: /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/.pio/build/glowwormluciferinlight_esp32c6/firmware-factory.bin
- name: Creating artifact from BIN file
uses: actions/upload-artifact@v7.0.1
with:
name: GlowWormLuciferinLIGHT_ESP32_C5_firmware-factory.bin
path: /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/.pio/build/glowwormluciferinlight_esp32c5/firmware-factory.bin
- name: Creating artifact from BIN file
uses: actions/upload-artifact@v7.0.1
with:
name: GlowWormLuciferinLIGHT_ESP32_S2_firmware-factory.bin
path: /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/.pio/build/glowwormluciferinlight_esp32s2/firmware-factory.bin
- name: Creating artifact from BIN file
uses: actions/upload-artifact@v7.0.1
with:
name: GlowWormLuciferinLIGHT_ESP32_S3_firmware-factory.bin
path: /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/.pio/build/glowwormluciferinlight_esp32s3/firmware-factory.bin
- name: Creating artifact from BIN file
uses: actions/upload-artifact@v7.0.1
with:
name: GlowWormLuciferinLIGHT_ESP32_firmware.bin
path: /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/.pio/build/glowwormluciferinlight_esp32/firmware.bin
- name: Creating artifact from BIN file
uses: actions/upload-artifact@v7.0.1
with:
name: GlowWormLuciferinLIGHT_ESP32_C3_firmware.bin
path: /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/.pio/build/glowwormluciferinlight_esp32c3/firmware.bin
- name: Creating artifact from BIN file
uses: actions/upload-artifact@v7.0.1
with:
name: GlowWormLuciferinLIGHT_ESP32_C6_firmware.bin
path: /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/.pio/build/glowwormluciferinlight_esp32c6/firmware.bin
- name: Creating artifact from BIN file
uses: actions/upload-artifact@v7.0.1
with:
name: GlowWormLuciferinLIGHT_ESP32_C5_firmware.bin
path: /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/.pio/build/glowwormluciferinlight_esp32c5/firmware.bin
- name: Creating artifact from BIN file
uses: actions/upload-artifact@v7.0.1
with:
name: GlowWormLuciferinLIGHT_ESP32_S2_firmware.bin
path: /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/.pio/build/glowwormluciferinlight_esp32s2/firmware.bin
- name: Creating artifact from BIN file
uses: actions/upload-artifact@v7.0.1
with:
name: GlowWormLuciferinLIGHT_ESP32_S3_firmware.bin
path: /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/.pio/build/glowwormluciferinlight_esp32s3/firmware.bin
web_tools_update:
runs-on: ubuntu-24.04
needs: [ build_esp8266_firmware_full, build_esp8266_firmware_light, build_esp32_firmware_full, build_esp32_firmware_light ]
steps:
- uses: actions/checkout@v6
with:
ref: master
path: 'currentbranch'
- name: Save OLD JSON file to GIT
continue-on-error: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
cd currentbranch;
cp -R ./docs/static/firmware_build/* ./docs/static/firmware_build_previous/;
git config --global user.email "perini.davide@dpsoftware.org";
git config --global user.name "Davide Perini";
git add ./docs/static/firmware_build_previous/*;
git commit -m "CI release for firmware web installer";
git push;
- name: Set env
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: Release version
run: |
echo $RELEASE_VERSION
echo ${{ env.RELEASE_VERSION }}
- id: get-id
run: |
id=$(echo $RELEASE_VERSION | cut -dv -f2)
echo "id=$id" >> $GITHUB_OUTPUT
- name: Set version
run: |
sudo apt-get update
sudo apt-get install -y jq
jq --arg v "${{steps.get-id.outputs.id}}" '.version = $v' /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/currentbranch/docs/static/firmware_build/manifest_full.json > tmp.json && mv tmp.json /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/currentbranch/docs/static/firmware_build/manifest_full.json
jq --arg v "${{steps.get-id.outputs.id}}" '.version = $v' /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/currentbranch/docs/static/firmware_build/manifest_light.json > tmp.json && mv tmp.json /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/currentbranch/docs/static/firmware_build/manifest_light.json
- name: Save JSON file to GIT
continue-on-error: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
cd currentbranch;
git config --global user.email "perini.davide@dpsoftware.org";
git config --global user.name "Davide Perini";
git add ./docs/static/firmware_build/manifest_full.json;
git add ./docs/static/firmware_build/manifest_light.json;
git commit -m "CI release for firmware web installer";
git push;
- uses: actions/download-artifact@v8
with:
path: ci_artifacts
- name: Display structure of downloaded files
run: |
ls -R ci_artifacts;
- name: Save artifact to GIT
continue-on-error: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
cp -rf ci_artifacts/Version.h/Version.h ./currentbranch/include/Version.h
cp -rf ci_artifacts/version/version ./currentbranch/version
cp -rf ci_artifacts/GlowWormLuciferinFULL_ESP8266_firmware.bin/firmware.bin ./currentbranch/docs/static/firmware_build/GlowWormLuciferinFULL_ESP8266_firmware.bin
cp -rf ci_artifacts/GlowWormLuciferinLIGHT_ESP8266_firmware.bin/firmware.bin ./currentbranch/docs/static/firmware_build/GlowWormLuciferinLIGHT_ESP8266_firmware.bin
cp -rf ci_artifacts/GlowWormLuciferinFULL_ESP32_firmware-factory.bin/firmware-factory.bin ./currentbranch/docs/static/firmware_build/GlowWormLuciferinFULL_ESP32_firmware-factory.bin
cp -rf ci_artifacts/GlowWormLuciferinFULL_ESP32_C3_firmware-factory.bin/firmware-factory.bin ./currentbranch/docs/static/firmware_build/GlowWormLuciferinFULL_ESP32_C3_firmware-factory.bin
cp -rf ci_artifacts/GlowWormLuciferinFULL_ESP32_C6_firmware-factory.bin/firmware-factory.bin ./currentbranch/docs/static/firmware_build/GlowWormLuciferinFULL_ESP32_C6_firmware-factory.bin
cp -rf ci_artifacts/GlowWormLuciferinFULL_ESP32_C5_firmware-factory.bin/firmware-factory.bin ./currentbranch/docs/static/firmware_build/GlowWormLuciferinFULL_ESP32_C5_firmware-factory.bin
cp -rf ci_artifacts/GlowWormLuciferinFULL_ESP32_S2_firmware-factory.bin/firmware-factory.bin ./currentbranch/docs/static/firmware_build/GlowWormLuciferinFULL_ESP32_S2_firmware-factory.bin
cp -rf ci_artifacts/GlowWormLuciferinFULL_ESP32_S3_firmware-factory.bin/firmware-factory.bin ./currentbranch/docs/static/firmware_build/GlowWormLuciferinFULL_ESP32_S3_firmware-factory.bin
cp -rf ci_artifacts/GlowWormLuciferinFULL_ESP32_firmware.bin/firmware.bin ./currentbranch/docs/static/firmware_build/GlowWormLuciferinFULL_ESP32_firmware.bin
cp -rf ci_artifacts/GlowWormLuciferinFULL_ESP32_C3_firmware.bin/firmware.bin ./currentbranch/docs/static/firmware_build/GlowWormLuciferinFULL_ESP32_C3_firmware.bin
cp -rf ci_artifacts/GlowWormLuciferinFULL_ESP32_C6_firmware.bin/firmware.bin ./currentbranch/docs/static/firmware_build/GlowWormLuciferinFULL_ESP32_C6_firmware.bin
cp -rf ci_artifacts/GlowWormLuciferinFULL_ESP32_C5_firmware.bin/firmware.bin ./currentbranch/docs/static/firmware_build/GlowWormLuciferinFULL_ESP32_C5_firmware.bin
cp -rf ci_artifacts/GlowWormLuciferinFULL_ESP32_S2_firmware.bin/firmware.bin ./currentbranch/docs/static/firmware_build/GlowWormLuciferinFULL_ESP32_S2_firmware.bin
cp -rf ci_artifacts/GlowWormLuciferinFULL_ESP32_S3_firmware.bin/firmware.bin ./currentbranch/docs/static/firmware_build/GlowWormLuciferinFULL_ESP32_S3_firmware.bin
cp -rf ci_artifacts/GlowWormLuciferinLIGHT_ESP32_firmware-factory.bin/firmware-factory.bin ./currentbranch/docs/static/firmware_build/GlowWormLuciferinLIGHT_ESP32_firmware-factory.bin
cp -rf ci_artifacts/GlowWormLuciferinLIGHT_ESP32_C3_firmware-factory.bin/firmware-factory.bin ./currentbranch/docs/static/firmware_build/GlowWormLuciferinLIGHT_ESP32_C3_firmware-factory.bin
cp -rf ci_artifacts/GlowWormLuciferinLIGHT_ESP32_C6_firmware-factory.bin/firmware-factory.bin ./currentbranch/docs/static/firmware_build/GlowWormLuciferinLIGHT_ESP32_C6_firmware-factory.bin
cp -rf ci_artifacts/GlowWormLuciferinLIGHT_ESP32_C5_firmware-factory.bin/firmware-factory.bin ./currentbranch/docs/static/firmware_build/GlowWormLuciferinLIGHT_ESP32_C5_firmware-factory.bin
cp -rf ci_artifacts/GlowWormLuciferinLIGHT_ESP32_S2_firmware-factory.bin/firmware-factory.bin ./currentbranch/docs/static/firmware_build/GlowWormLuciferinLIGHT_ESP32_S2_firmware-factory.bin
cp -rf ci_artifacts/GlowWormLuciferinLIGHT_ESP32_S3_firmware-factory.bin/firmware-factory.bin ./currentbranch/docs/static/firmware_build/GlowWormLuciferinLIGHT_ESP32_S3_firmware-factory.bin
cp -rf ci_artifacts/GlowWormLuciferinLIGHT_ESP32_firmware.bin/firmware.bin ./currentbranch/docs/static/firmware_build/GlowWormLuciferinLIGHT_ESP32_firmware.bin
cp -rf ci_artifacts/GlowWormLuciferinLIGHT_ESP32_C3_firmware.bin/firmware.bin ./currentbranch/docs/static/firmware_build/GlowWormLuciferinLIGHT_ESP32_C3_firmware.bin
cp -rf ci_artifacts/GlowWormLuciferinLIGHT_ESP32_C6_firmware.bin/firmware.bin ./currentbranch/docs/static/firmware_build/GlowWormLuciferinLIGHT_ESP32_C6_firmware.bin
cp -rf ci_artifacts/GlowWormLuciferinLIGHT_ESP32_C5_firmware.bin/firmware.bin ./currentbranch/docs/static/firmware_build/GlowWormLuciferinLIGHT_ESP32_C5_firmware.bin
cp -rf ci_artifacts/GlowWormLuciferinLIGHT_ESP32_S2_firmware.bin/firmware.bin ./currentbranch/docs/static/firmware_build/GlowWormLuciferinLIGHT_ESP32_S2_firmware.bin
cp -rf ci_artifacts/GlowWormLuciferinLIGHT_ESP32_S3_firmware.bin/firmware.bin ./currentbranch/docs/static/firmware_build/GlowWormLuciferinLIGHT_ESP32_S3_firmware.bin
cd currentbranch;
ls ./docs/static/firmware_build/;
git config --global user.email "perini.davide@dpsoftware.org";
git config --global user.name "Davide Perini";
git add ./version;
git add ./include/Version.h;
git add ./docs/static/firmware_build/*;
git add ./docs/static/firmware_build_previous/*;
cat /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/currentbranch/docs/static/firmware_build/manifest_full.json;
cat /home/runner/work/glow_worm_luciferin/glow_worm_luciferin/currentbranch/docs/static/firmware_build/manifest_light.json;
git commit -m "CI release for firmware web installer";
git push;
create_release:
needs: [build_esp8266_firmware_full, build_esp8266_firmware_light, build_esp32_firmware_full, build_esp32_firmware_light, web_tools_update]
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
- name: Set env
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: Release version
run: |
echo $RELEASE_VERSION
echo ${{ env.RELEASE_VERSION }}
- id: get-id
run: |
id=$(echo $RELEASE_VERSION | cut -dv -f2)
echo "id=$id" >> $GITHUB_OUTPUT
echo "### ✅ [Release had been drafted](https://github.com/sblantipodi/glow_worm_luciferin/releases). Please test it and set it as the latest release." >> $GITHUB_STEP_SUMMARY
# - name: Publish release
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# run: |
# hub release edit --draft=false -m "Release ${{ env.RELEASE_VERSION }}" "${{ env.RELEASE_VERSION }}"
================================================
FILE: .github/workflows/stale.yml
================================================
name: "Close stale issues"
on:
schedule:
- cron: "0 0 * * *"
jobs:
stale:
runs-on: ubuntu-24.04
steps:
- uses: actions/stale@main
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days'
days-before-stale: 90
days-before-close: 5
labels-to-add-when-unstale: 'keep'
exempt-issue-labels: 'blocked,must,should,keep'
================================================
FILE: .gitignore
================================================
.vscode
.idea
.pio/build
.pio
secrets.ini
.version_no_increment
.version_no_increment_update_date
cmake-build-*
CMakeLists.txt
CMakeListsPrivate.txt
/src/idf_component.yml
/src/idf_component.yml.orig
================================================
FILE: .gitmodules
================================================
[submodule "platformio_version_increment"]
path = platformio_version_increment
url = https://github.com/sblantipodi/platformio_version_increment.git
[submodule "arduino_bootstrapper"]
path = arduino_bootstrapper
url = https://github.com/sblantipodi/arduino_bootstrapper.git
================================================
FILE: CODE_OF_CONDUCT.md
================================================
# Contributor Covenant Code of Conduct
## Our Pledge
In the interest of fostering an open and welcoming environment, we as
contributors and maintainers pledge to making participation in our project and
our community a harassment-free experience for everyone, regardless of age, body
size, disability, ethnicity, sex characteristics, gender identity and expression,
level of experience, education, socio-economic status, nationality, personal
appearance, race, religion, or sexual identity and orientation.
## Our Standards
Examples of behavior that contributes to creating a positive environment
include:
* Using welcoming and inclusive language
* Being respectful of differing viewpoints and experiences
* Gracefully accepting constructive criticism
* Focusing on what is best for the community
* Showing empathy towards other community members
Examples of unacceptable behavior by participants include:
* The use of sexualized language or imagery and unwelcome sexual attention or
advances
* Trolling, insulting/derogatory comments, and personal or political attacks
* Public or private harassment
* Publishing others' private information, such as a physical or electronic
address, without explicit permission
* Other conduct which could reasonably be considered inappropriate in a
professional setting
## Our Responsibilities
Project maintainers are responsible for clarifying the standards of acceptable
behavior and are expected to take appropriate and fair corrective action in
response to any instances of unacceptable behavior.
Project maintainers have the right and responsibility to remove, edit, or
reject comments, commits, code, wiki edits, issues, and other contributions
that are not aligned to this Code of Conduct, or to ban temporarily or
permanently any contributor for other behaviors that they deem inappropriate,
threatening, offensive, or harmful.
## Scope
This Code of Conduct applies both within project spaces and in public spaces
when an individual is representing the project or its community. Examples of
representing a project or community include using an official project e-mail
address, posting via an official social media account, or acting as an appointed
representative at an online or offline event. Representation of a project may be
further defined and clarified by project maintainers.
## Enforcement
Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team at support@dpsoftware.org. All
complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an incident.
Further details of specific enforcement policies may be posted separately.
Project maintainers who do not follow or enforce the Code of Conduct in good
faith may face temporary or permanent repercussions as determined by other
members of the project's leadership.
## Attribution
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
[homepage]: https://www.contributor-covenant.org
For answers to common questions about this code of conduct, see
https://www.contributor-covenant.org/faq
================================================
FILE: CONTRIBUTING.md
================================================
## Contribution to Luciferin
First, thank you for taking the time to contribute to this project.
You can submit changes via GitHub Pull Requests.
Please:
1. Unit test every change in behavior
2. Consider using the Continuous Integration (GitHub Actions is the preferred one)
## Feature suggestions
If you want to suggest a new feature for Luciferin, please open a [Feature Requests](https://github.com/sblantipodi/glow_worm_luciferin/issues).
================================================
FILE: LICENSE
================================================
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The GNU General Public License is a free, copyleft license for
software and other kinds of works.
The licenses for most software and other practical works are designed
to take away your freedom to share and change the works. By contrast,
the GNU General Public License is intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users. We, the Free Software Foundation, use the
GNU General Public License for most of our software; it applies also to
any other work released this way by its authors. You can apply it to
your programs, too.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.
To protect your rights, we need to prevent others from denying you
these rights or asking you to surrender the rights. Therefore, you have
certain responsibilities if you distribute copies of the software, or if
you modify it: responsibilities to respect the freedom of others.
For example, if you distribute copies of such a program, whether
gratis or for a fee, you must pass on to the recipients the same
freedoms that you received. You must make sure that they, too, receive
or can get the source code. And you must show them these terms so they
know their rights.
Developers that use the GNU GPL protect your rights with two steps:
(1) assert copyright on the software, and (2) offer you this License
giving you legal permission to copy, distribute and/or modify it.
For the developers' and authors' protection, the GPL clearly explains
that there is no warranty for this free software. For both users' and
authors' sake, the GPL requires that modified versions be marked as
changed, so that their problems will not be attributed erroneously to
authors of previous versions.
Some devices are designed to deny users access to install or run
modified versions of the software inside them, although the manufacturer
can do so. This is fundamentally incompatible with the aim of
protecting users' freedom to change the software. The systematic
pattern of such abuse occurs in the area of products for individuals to
use, which is precisely where it is most unacceptable. Therefore, we
have designed this version of the GPL to prohibit the practice for those
products. If such problems arise substantially in other domains, we
stand ready to extend this provision to those domains in future versions
of the GPL, as needed to protect the freedom of users.
Finally, every program is threatened constantly by software patents.
States should not allow patents to restrict development and use of
software on general-purpose computers, but in those that do, we wish to
avoid the special danger that patents applied to a free program could
make it effectively proprietary. To prevent this, the GPL assures that
patents cannot be used to render the program non-free.
The precise terms and conditions for copying, distribution and
modification follow.
TERMS AND CONDITIONS
0. Definitions.
"This License" refers to version 3 of the GNU General Public License.
"Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.
"The Program" refers to any copyrightable work licensed under this
License. Each licensee is addressed as "you". "Licensees" and
"recipients" may be individuals or organizations.
To "modify" a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of an
exact copy. The resulting work is called a "modified version" of the
earlier work or a work "based on" the earlier work.
A "covered work" means either the unmodified Program or a work based
on the Program.
To "propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy. Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.
To "convey" a work means any kind of propagation that enables other
parties to make or receive copies. Mere interaction with a user through
a computer network, with no transfer of a copy, is not conveying.
An interactive user interface displays "Appropriate Legal Notices"
to the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License. If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.
1. Source Code.
The "source code" for a work means the preferred form of the work
for making modifications to it. "Object code" means any non-source
form of a work.
A "Standard Interface" means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.
The "System Libraries" of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form. A
"Major Component", in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.
The "Corresponding Source" for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities. However, it does not include the work's
System Libraries, or general-purpose tools or generally available free
programs which are used unmodified in performing those activities but
which are not part of the work. For example, Corresponding Source
includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.
The Corresponding Source need not include anything that users
can regenerate automatically from other parts of the Corresponding
Source.
The Corresponding Source for a work in source code form is that
same work.
2. Basic Permissions.
All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met. This License explicitly affirms your unlimited
permission to run the unmodified Program. The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work. This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.
You may make, run and propagate covered works that you do not
convey, without conditions so long as your license otherwise remains
in force. You may convey covered works to others for the sole purpose
of having them make modifications exclusively for you, or provide you
with facilities for running those works, provided that you comply with
the terms of this License in conveying all material for which you do
not control copyright. Those thus making or running the covered works
for you must do so exclusively on your behalf, under your direction
and control, on terms that prohibit them from making any copies of
your copyrighted material outside their relationship with you.
Conveying under any other circumstances is permitted solely under
the conditions stated below. Sublicensing is not allowed; section 10
makes it unnecessary.
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.
When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such circumvention
is effected by exercising rights under this License with respect to
the covered work, and you disclaim any intention to limit operation or
modification of the work as a means of enforcing, against the work's
users, your or third parties' legal rights to forbid circumvention of
technological measures.
4. Conveying Verbatim Copies.
You may convey verbatim copies of the Program's source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.
You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.
5. Conveying Modified Source Versions.
You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these conditions:
a) The work must carry prominent notices stating that you modified
it, and giving a relevant date.
b) The work must carry prominent notices stating that it is
released under this License and any conditions added under section
7. This requirement modifies the requirement in section 4 to
"keep intact all notices".
c) You must license the entire work, as a whole, under this
License to anyone who comes into possession of a copy. This
License will therefore apply, along with any applicable section 7
additional terms, to the whole of the work, and all its parts,
regardless of how they are packaged. This License gives no
permission to license the work in any other way, but it does not
invalidate such permission if you have separately received it.
d) If the work has interactive user interfaces, each must display
Appropriate Legal Notices; however, if the Program has interactive
interfaces that do not display Appropriate Legal Notices, your
work need not make them do so.
A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
"aggregate" if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation's users
beyond what the individual works permit. Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.
6. Conveying Non-Source Forms.
You may convey a covered work in object code form under the terms
of sections 4 and 5, provided that you also convey the
machine-readable Corresponding Source under the terms of this License,
in one of these ways:
a) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by the
Corresponding Source fixed on a durable physical medium
customarily used for software interchange.
b) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by a
written offer, valid for at least three years and valid for as
long as you offer spare parts or customer support for that product
model, to give anyone who possesses the object code either (1) a
copy of the Corresponding Source for all the software in the
product that is covered by this License, on a durable physical
medium customarily used for software interchange, for a price no
more than your reasonable cost of physically performing this
conveying of source, or (2) access to copy the
Corresponding Source from a network server at no charge.
c) Convey individual copies of the object code with a copy of the
written offer to provide the Corresponding Source. This
alternative is allowed only occasionally and noncommercially, and
only if you received the object code with such an offer, in accord
with subsection 6b.
d) Convey the object code by offering access from a designated
place (gratis or for a charge), and offer equivalent access to the
Corresponding Source in the same way through the same place at no
further charge. You need not require recipients to copy the
Corresponding Source along with the object code. If the place to
copy the object code is a network server, the Corresponding Source
may be on a different server (operated by you or a third party)
that supports equivalent copying facilities, provided you maintain
clear directions next to the object code saying where to find the
Corresponding Source. Regardless of what server hosts the
Corresponding Source, you remain obligated to ensure that it is
available for as long as needed to satisfy these requirements.
e) Convey the object code using peer-to-peer transmission, provided
you inform other peers where the object code and Corresponding
Source of the work are being offered to the general public at no
charge under subsection 6d.
A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.
A "User Product" is either (1) a "consumer product", which means any
tangible personal property which is normally used for personal, family,
or household purposes, or (2) anything designed or sold for incorporation
into a dwelling. In determining whether a product is a consumer product,
doubtful cases shall be resolved in favor of coverage. For a particular
product received by a particular user, "normally used" refers to a
typical or common use of that class of product, regardless of the status
of the particular user or of the way in which the particular user
actually uses, or expects or is expected to use, the product. A product
is a consumer product regardless of whether the product has substantial
commercial, industrial or non-consumer uses, unless such uses represent
the only significant mode of use of the product.
"Installation Information" for a User Product means any methods,
procedures, authorization keys, or other information required to install
and execute modified versions of a covered work in that User Product from
a modified version of its Corresponding Source. The information must
suffice to ensure that the continued functioning of the modified object
code is in no case prevented or interfered with solely because
modification has been made.
If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as
part of a transaction in which the right of possession and use of the
User Product is transferred to the recipient in perpetuity or for a
fixed term (regardless of how the transaction is characterized), the
Corresponding Source conveyed under this section must be accompanied
by the Installation Information. But this requirement does not apply
if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has
been installed in ROM).
The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or updates
for a work that has been modified or installed by the recipient, or for
the User Product in which it has been modified or installed. Access to a
network may be denied when the modification itself materially and
adversely affects the operation of the network or violates the rules and
protocols for communication across the network.
Corresponding Source conveyed, and Installation Information provided,
in accord with this section must be in a format that is publicly
documented (and with an implementation available to the public in
source code form), and must require no special password or key for
unpacking, reading or copying.
7. Additional Terms.
"Additional permissions" are terms that supplement the terms of this
License by making exceptions from one or more of its conditions.
Additional permissions that are applicable to the entire Program shall
be treated as though they were included in this License, to the extent
that they are valid under applicable law. If additional permissions
apply only to part of the Program, that part may be used separately
under those permissions, but the entire Program remains governed by
this License without regard to the additional permissions.
When you convey a copy of a covered work, you may at your option
remove any additional permissions from that copy, or from any part of
it. (Additional permissions may be written to require their own
removal in certain cases when you modify the work.) You may place
additional permissions on material, added by you to a covered work,
for which you have or can give appropriate copyright permission.
Notwithstanding any other provision of this License, for material you
add to a covered work, you may (if authorized by the copyright holders of
that material) supplement the terms of this License with terms:
a) Disclaiming warranty or limiting liability differently from the
terms of sections 15 and 16 of this License; or
b) Requiring preservation of specified reasonable legal notices or
author attributions in that material or in the Appropriate Legal
Notices displayed by works containing it; or
c) Prohibiting misrepresentation of the origin of that material, or
requiring that modified versions of such material be marked in
reasonable ways as different from the original version; or
d) Limiting the use for publicity purposes of names of licensors or
authors of the material; or
e) Declining to grant rights under trademark law for use of some
trade names, trademarks, or service marks; or
f) Requiring indemnification of licensors and authors of that
material by anyone who conveys the material (or modified versions of
it) with contractual assumptions of liability to the recipient, for
any liability that these contractual assumptions directly impose on
those licensors and authors.
All other non-permissive additional terms are considered "further
restrictions" within the meaning of section 10. If the Program as you
received it, or any part of it, contains a notice stating that it is
governed by this License along with a term that is a further
restriction, you may remove that term. If a license document contains
a further restriction but permits relicensing or conveying under this
License, you may add to a covered work material governed by the terms
of that license document, provided that the further restriction does
not survive such relicensing or conveying.
If you add terms to a covered work in accord with this section, you
must place, in the relevant source files, a statement of the
additional terms that apply to those files, or a notice indicating
where to find the applicable terms.
Additional terms, permissive or non-permissive, may be stated in the
form of a separately written license, or stated as exceptions;
the above requirements apply either way.
8. Termination.
You may not propagate or modify a covered work except as expressly
provided under this License. Any attempt otherwise to propagate or
modify it is void, and will automatically terminate your rights under
this License (including any patent licenses granted under the third
paragraph of section 11).
However, if you cease all violation of this License, then your
license from a particular copyright holder is reinstated (a)
provisionally, unless and until the copyright holder explicitly and
finally terminates your license, and (b) permanently, if the copyright
holder fails to notify you of the violation by some reasonable means
prior to 60 days after the cessation.
Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.
Termination of your rights under this section does not terminate the
licenses of parties who have received copies or rights from you under
this License. If your rights have been terminated and not permanently
reinstated, you do not qualify to receive new licenses for the same
material under section 10.
9. Acceptance Not Required for Having Copies.
You are not required to accept this License in order to receive or
run a copy of the Program. Ancillary propagation of a covered work
occurring solely as a consequence of using peer-to-peer transmission
to receive a copy likewise does not require acceptance. However,
nothing other than this License grants you permission to propagate or
modify any covered work. These actions infringe copyright if you do
not accept this License. Therefore, by modifying or propagating a
covered work, you indicate your acceptance of this License to do so.
10. Automatic Licensing of Downstream Recipients.
Each time you convey a covered work, the recipient automatically
receives a license from the original licensors, to run, modify and
propagate that work, subject to this License. You are not responsible
for enforcing compliance by third parties with this License.
An "entity transaction" is a transaction transferring control of an
organization, or substantially all assets of one, or subdividing an
organization, or merging organizations. If propagation of a covered
work results from an entity transaction, each party to that
transaction who receives a copy of the work also receives whatever
licenses to the work the party's predecessor in interest had or could
give under the previous paragraph, plus a right to possession of the
Corresponding Source of the work from the predecessor in interest, if
the predecessor has it or can get it with reasonable efforts.
You may not impose any further restrictions on the exercise of the
rights granted or affirmed under this License. For example, you may
not impose a license fee, royalty, or other charge for exercise of
rights granted under this License, and you may not initiate litigation
(including a cross-claim or counterclaim in a lawsuit) alleging that
any patent claim is infringed by making, using, selling, offering for
sale, or importing the Program or any portion of it.
11. Patents.
A "contributor" is a copyright holder who authorizes use under this
License of the Program or a work on which the Program is based. The
work thus licensed is called the contributor's "contributor version".
A contributor's "essential patent claims" are all patent claims
owned or controlled by the contributor, whether already acquired or
hereafter acquired, that would be infringed by some manner, permitted
by this License, of making, using, or selling its contributor version,
but do not include claims that would be infringed only as a
consequence of further modification of the contributor version. For
purposes of this definition, "control" includes the right to grant
patent sublicenses in a manner consistent with the requirements of
this License.
Each contributor grants you a non-exclusive, worldwide, royalty-free
patent license under the contributor's essential patent claims, to
make, use, sell, offer for sale, import and otherwise run, modify and
propagate the contents of its contributor version.
In the following three paragraphs, a "patent license" is any express
agreement or commitment, however denominated, not to enforce a patent
(such as an express permission to practice a patent or covenant not to
sue for patent infringement). To "grant" such a patent license to a
party means to make such an agreement or commitment not to enforce a
patent against the party.
If you convey a covered work, knowingly relying on a patent license,
and the Corresponding Source of the work is not available for anyone
to copy, free of charge and under the terms of this License, through a
publicly available network server or other readily accessible means,
then you must either (1) cause the Corresponding Source to be so
available, or (2) arrange to deprive yourself of the benefit of the
patent license for this particular work, or (3) arrange, in a manner
consistent with the requirements of this License, to extend the patent
license to downstream recipients. "Knowingly relying" means you have
actual knowledge that, but for the patent license, your conveying the
covered work in a country, or your recipient's use of the covered work
in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.
If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties
receiving the covered work authorizing them to use, propagate, modify
or convey a specific copy of the covered work, then the patent license
you grant is automatically extended to all recipients of the covered
work and works based on it.
A patent license is "discriminatory" if it does not include within
the scope of its coverage, prohibits the exercise of, or is
conditioned on the non-exercise of one or more of the rights that are
specifically granted under this License. You may not convey a covered
work if you are a party to an arrangement with a third party that is
in the business of distributing software, under which you make payment
to the third party based on the extent of your activity of conveying
the work, and under which the third party grants, to any of the
parties who would receive the covered work from you, a discriminatory
patent license (a) in connection with copies of the covered work
conveyed by you (or copies made from those copies), or (b) primarily
for and in connection with specific products or compilations that
contain the covered work, unless you entered into that arrangement,
or that patent license was granted, prior to 28 March 2007.
Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.
12. No Surrender of Others' Freedom.
If conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot convey a
covered work so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you may
not convey it at all. For example, if you agree to terms that obligate you
to collect a royalty for further conveying from those to whom you convey
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.
13. Use with the GNU Affero General Public License.
Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
under version 3 of the GNU Affero General Public License into a single
combined work, and to convey the resulting work. The terms of this
License will continue to apply to the part which is the covered work,
but the special requirements of the GNU Affero General Public License,
section 13, concerning interaction through a network will apply to the
combination as such.
14. Revised Versions of this License.
The Free Software Foundation may publish revised and/or new versions of
the GNU General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the
Program specifies that a certain numbered version of the GNU General
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation. If the Program does not specify a version number of the
GNU General Public License, you may choose any version ever published
by the Free Software Foundation.
If the Program specifies that a proxy can decide which future
versions of the GNU General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.
Later license versions may give you additional or different
permissions. However, no additional obligations are imposed on any
author or copyright holder as a result of your choosing to follow a
later version.
15. Disclaimer of Warranty.
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
16. Limitation of Liability.
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.
17. Interpretation of Sections 15 and 16.
If the disclaimer of warranty and limitation of liability provided
above cannot be given local legal effect according to their terms,
reviewing courts shall apply local law that most closely approximates
an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
Also add information on how to contact you by electronic and paper mail.
If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:
<program> Copyright (C) <year> <name of author>
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License. Of course, your program's commands
might be different; for a GUI interface, you would use an "about box".
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
<https://www.gnu.org/licenses/>.
The GNU General Public License does not permit incorporating your program
into proprietary programs. If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
<https://www.gnu.org/licenses/why-not-lgpl.html>.
================================================
FILE: README.md
================================================
# Glow Worm Luciferin
Ambient Lighting or Bias Light is a technology that enhances your viewing experience by projecting colored lights onto the wall behind your TV/Monitor, matching the colors on the screen. This creates a more immersive and engaging atmosphere, making your favorite shows, movies, and games feel even more captivating.
**Luciferin** is a generic term for the light-emitting compound found in organisms that generate bioluminescence like Fireflies and Glow Worms.
[Firefly Luciferin](https://github.com/sblantipodi/firefly_luciferin) is a Java Fast Screen Capture PC software designed for the [Glow Worm Luciferin](https://github.com/sblantipodi/glow_worm_luciferin) firmware,
the combination of these software create the perfect `Bias Lighting and Ambient Light system for PC`.
_Written in Java with a native flavour for Windows and Linux._
<img align="right" width="100" height="100" src="https://raw.githubusercontent.com/sblantipodi/glow_worm_luciferin/master/assets/img/pc_ambilight_logo.png">
[](https://sblantipodi.github.io/glow_worm_luciferin)
[](https://github.com/sblantipodi/firefly_luciferin/wiki)
[](https://github.com/sblantipodi/glow_worm_luciferin/releases)
[](https://www.dpsoftware.org)
[](https://discord.gg/aXf9jeN)
[](https://www.paypal.com/donate?hosted_button_id=ZEJM8ZLQW5E4A)
If you like **Glow Worm Luciferin**, give it a star, or fork it and contribute!
[](https://github.com/sblantipodi/pc_ambilight/stargazers)
[](https://github.com/sblantipodi/pc_ambilight/network)
[](https://github.com/sblantipodi/firefly_luciferin/releases)
[](https://github.com/sblantipodi/glow_worm_luciferin/actions)
[](https://github.com/sblantipodi/glow_worm_luciferin/actions/workflows/codeql.yml)
## Key features
- **Best in class performance** combined with ultra low CPU/GPU usage.
- Advanced algorithms for [**smooth colors transitions**](https://github.com/sblantipodi/firefly_luciferin/wiki/Smoothing-color-transitions) and [**color correction**](https://github.com/sblantipodi/firefly_luciferin/wiki/Color-Grading-(Hue-Saturation-and-Lightness-tuning)). Seeing is believing.
- [**Wireless or cabled, local or remote**](https://github.com/sblantipodi/firefly_luciferin/wiki/Remote-Access)? Choose your flavour with **MQTT** support and [**Home Assistant integration**](https://github.com/sblantipodi/firefly_luciferin/wiki/Home-Automation-configs).
- [**Multi monitor**](https://github.com/sblantipodi/firefly_luciferin/wiki/Multi-monitor-support) support with **single or multiple instances**.
- [**Surround lighting**](https://github.com/sblantipodi/firefly_luciferin/wiki/Surround-lighting-with-satellites) with satellites.
- [**Web browser firmware installer**](https://sblantipodi.github.io/glow_worm_luciferin/) and [**Web Interface**](https://github.com/sblantipodi/firefly_luciferin/wiki/Remote-Access#luciferin-web-interface).
- [**Programmable firmware**](https://github.com/sblantipodi/firefly_luciferin/wiki/Supported-GPIO-and-Baud-Rate), change your microcontroller's settings on the fly.
- Frequent updates, [**upgrade**](https://github.com/sblantipodi/firefly_luciferin/wiki/Luciferin-update-management) your PC software and your firmware **in one click**.
- Automatic [**switching between aspect ratios**](https://github.com/sblantipodi/firefly_luciferin/wiki/Aspect-ratio) based on your video content.
- **Made from a gamer, for gamers**. No added lag, stutter free.
- Multi platform, [**Windows**](https://github.com/sblantipodi/firefly_luciferin/wiki/Installers-and-binaries) and [**Linux**](https://github.com/sblantipodi/firefly_luciferin/wiki/Linux-support) ready. macOS is coming when it's ready.
- If you don't want to design your own PCB and you have a soldering iron, there is [**Luciferin's official PCB**](https://github.com/sblantipodi/firefly_luciferin/wiki/Ready-to-print-PCB).
- Have a question? [**Get answered on the community**](https://discord.gg/aXf9jeN).
## Quick start
You can **download the Firefly Lucferin installer for Windows or Linux [here](https://github.com/sblantipodi/firefly_luciferin/releases)**.
The Linux version is also available on **[Flathub](https://flathub.org/apps/org.dpsoftware.FireflyLuciferin)**
and **[Snap Store](https://snapcraft.io/fireflyluciferin)**.
This software can run on any Desktop PC using **Windows or Linux**. MacOS support will be added later.
To get the full `Bias Lighting` experience you need a microcontroller (ex. ESP8266, ESP32)
running [Glow Worm Luciferin](https://github.com/sblantipodi/glow_worm_luciferin) firmware. You can connect the
microcontroller to the PC via USB or via wireless (WiFi/Ethernet, MQTT server is optional).
**Glow Worm Luciferin firmware can be flashed on your device using the**
[](https://sblantipodi.github.io/glow_worm_luciferin)
Why don't you build your own `Luciferin`?
Here's a [**Quick Start guide**](https://github.com/sblantipodi/firefly_luciferin/wiki/Quick-start)
## Firefly Luciferin (PC Software) + Glow Worm Luciferin (Firmware)
[](https://youtu.be/PO37JC7-Nn4?si=nxVYd5b_qlfqo6HP)
#### (click the image above to watch it on YouTube)
## Easy to learn, easy to use
Effortless setup with minimal configuration required, yet highly customizable to meet specific needs.
<p align="center">
<img src="https://raw.githubusercontent.com/sblantipodi/firefly_luciferin/master/data/img/settings_1.png">
</p>
<p align="center">
<img src="https://raw.githubusercontent.com/sblantipodi/firefly_luciferin/master/data/img/settings_2.png">
</p>
<p align="center">
<img src="https://raw.githubusercontent.com/sblantipodi/firefly_luciferin/master/data/img/settings_3.png">
</p>
[<img width="900" src="https://github.com/sblantipodi/firefly_luciferin/blob/master/data/img/test_image_anim_color.gif?raw=true">](https://youtu.be/j7IV9rQr7J8)
#### (click the image above to watch it on YouTube)
## Luciferin Official PCB
<a href="https://github.com/sblantipodi/firefly_luciferin/wiki/Ready-to-print-PCB"><img width="700" src="https://github.com/sblantipodi/glow_worm_luciferin/blob/master/assets/CAD_schematics/luciferin_official_pcb/img/PCB_front.jpg?raw=true"></a>
<a href="https://github.com/sblantipodi/firefly_luciferin/wiki/Ready-to-print-PCB"><img width="700" src="https://github.com/sblantipodi/glow_worm_luciferin/blob/master/assets/CAD_schematics/luciferin_official_pcb/img/pre_after.jpg?raw=true"></a>
If you don't want to design your own PCB and you have a soldering iron, you might
find [Luciferin's official PCB](https://github.com/sblantipodi/firefly_luciferin/wiki/Ready-to-print-PCB) interesting.
This page provides more information about Luciferin's [hardware compatibility](https://github.com/sblantipodi/firefly_luciferin/wiki/Compatible-Hardware), along with a list of the **supported pre-built boards**.
## What is the Performance Impact on your System?
Firefly Luciferin is a very optimized software and it has **nearly no impact on your system performance**.
By default Firefly Luciferin captures at 30FPS, if you want you can unlock the framerate.
If you are using a slow microcontroller, capturing at a very high framerate will not help. If you right click the tray icon and then click `FPS`,
you can see the output as shown in the image below. In that output you can see how fast the software is capturing the screen (producing)
and how fast your microcontroller is able to process (consume) this data.
<p align="center">
<img width="600" src="https://raw.githubusercontent.com/sblantipodi/firefly_luciferin/master/data/img/info_screen.png">
</p>
Producer framerate should not exceed the consuming one, all data that is not consumed in time, is lost.
A good WiFi signal is required for wireless stream.
Are you interested in the achievable framerate? Click [here](https://github.com/sblantipodi/firefly_luciferin/wiki/Very-fast-capture).
## GPU Hardware Acceleration
Screen capturing is pretty slow and very CPU intensive in Windows systems (Linux is much more efficient in this regard),
for this reason I wrapped the Windows GDI32 C class using [Java Native Access](https://github.com/java-native-access/jna) to access Windows hardware acceleration.
This API captures and delivers captured frames in GPU memory.
If you are running Windows 8 or Windows 10/11 you can use `Desktop Duplication API (DDUPL)`, it's the fastest implementation yet, no lag,
no stutter, very small usage of resources. DDUPL is accessed via [JNA](https://github.com/java-native-access/jna) using the [GStreamer bindings for Java](https://gstreamer.freedesktop.org/bindings/java.html).
## Deep integration with your OS
Thanks to the `Java Foreign Function and Memory API`, Luciferin is deeply integrated with your operating system through a series of bindings to native libraries. This guarantees maximum efficiency and compatibility.
## Luciferin Web Interface
Glow Worm Luciferin FULL firmware exposes a `Web Interface` to control your lights from your browser without the needs of the Firefly Luciferin PC client.
<img align="center" width="750" src="https://github.com/sblantipodi/glow_worm_luciferin/blob/master/assets/img/web_interface.jpg?raw=true">
## Home Assistant Mobile Client Screenshots
Glow Worm Luciferin firmware can be easily integrated in [Home Assistant](https://github.com/sblantipodi/firefly_luciferin/wiki/Home-Automation-configs).
<br>
<img align="center" width="800" src="https://github.com/sblantipodi/firefly_luciferin/blob/master/data/img/ha_luciferin.jpg?raw=true">
## Contribute
You can contribute to Luciferin by:
- Providing Pull Requests (Features, Proof of Concepts, Language files or Fixes)
- Testing new released features and report issues
- Contributing missing documentation for features and devices
- With a donation [](https://www.paypal.com/donate?hosted_button_id=ZEJM8ZLQW5E4A)
## Credits
- Davide Perini
================================================
FILE: assets/CAD_schematics/luciferin_modules/ethernet/2.0/PCB_Luciferin_Module_V2.0_ETH_final.pcbdoc
================================================
|RECORD=Board|KIND=Protel_Advanced_PCB|VERSION=5.00|KIND0=0|VX0=4395mil|VY0=1000mil|CX0=0mil|CY0=0mil|SA0=0|EA0=0|R0=0mil|KIND1=0|VX1=1000mil|VY1=1000mil|CX1=0mil|CY1=0mil|SA1=0|EA1=0|R1=0mil|KIND2=0|VX2=1000mil|VY2=3720mil|CX2=0mil|CY2=0mil|SA2=0|EA2=0|R2=0mil|KIND3=0|VX3=4395mil|VY3=3720mil|CX3=0mil|CY3=0mil|SA3=0|EA3=0|R3=0mil|KIND4=0|VX4=4395mil|VY4=1000mil|CX4=0mil|CY4=0mil|SA4=0|EA4=0|R4=0mil
|RECORD=Board|LAYER1NAME=Top Layer|LAYER1NEXT=32|LAYER1DIELTYPE=0|LAYER1DIELCONST=4.800|LAYER1DIELHEIGHT=12.6mil|LAYER1DIELMATERIAL=FR-4|LAYER2NAME=Mid-Layer 1|LAYER2NEXT=0|LAYER2DIELTYPE=0|LAYER2DIELCONST=4.800|LAYER2DIELHEIGHT=12.6mil|LAYER2DIELMATERIAL=FR-4|LAYER3NAME=Mid-Layer 2|LAYER3NEXT=0|LAYER3DIELTYPE=0|LAYER3DIELCONST=4.800|LAYER3DIELHEIGHT=12.6mil|LAYER3DIELMATERIAL=FR-4|LAYER4NAME=Mid-Layer 3|LAYER4NEXT=0|LAYER4DIELTYPE=0|LAYER4DIELCONST=4.800|LAYER4DIELHEIGHT=12.6mil|LAYER4DIELMATERIAL=FR-4|LAYER5NAME=Mid-Layer 4|LAYER5NEXT=0|LAYER5DIELTYPE=0|LAYER5DIELCONST=4.800|LAYER5DIELHEIGHT=12.6mil|LAYER5DIELMATERIAL=FR-4
|RECORD=Board|LAYER6NAME=Mid-Layer 5|LAYER6NEXT=0|LAYER6DIELTYPE=0|LAYER6DIELCONST=4.800|LAYER6DIELHEIGHT=12.6mil|LAYER6DIELMATERIAL=FR-4|LAYER7NAME=Mid-Layer 6|LAYER7NEXT=0|LAYER7DIELTYPE=0|LAYER7DIELCONST=4.800|LAYER7DIELHEIGHT=12.6mil|LAYER7DIELMATERIAL=FR-4|LAYER8NAME=Mid-Layer 7|LAYER8NEXT=0|LAYER8DIELTYPE=0|LAYER8DIELCONST=4.800|LAYER8DIELHEIGHT=12.6mil|LAYER8DIELMATERIAL=FR-4|LAYER9NAME=Mid-Layer 8|LAYER9NEXT=0|LAYER9DIELTYPE=0|LAYER9DIELCONST=4.800|LAYER9DIELHEIGHT=12.6mil|LAYER9DIELMATERIAL=FR-4|LAYER10NAME=Mid-Layer 9|LAYER10NEXT=0|LAYER10DIELTYPE=0|LAYER10DIELCONST=4.800|LAYER10DIELHEIGHT=12.6mil|LAYER10DIELMATERIAL=FR-4
|RECORD=Board|LAYER11NAME=Mid-Layer 10|LAYER11NEXT=0|LAYER11DIELTYPE=0|LAYER11DIELCONST=4.800|LAYER11DIELHEIGHT=12.6mil|LAYER11DIELMATERIAL=FR-4|LAYER12NAME=Mid-Layer 11|LAYER12NEXT=0|LAYER12DIELTYPE=0|LAYER12DIELCONST=4.800|LAYER12DIELHEIGHT=12.6mil|LAYER12DIELMATERIAL=FR-4|LAYER13NAME=Mid-Layer 12|LAYER13NEXT=0|LAYER13DIELTYPE=0|LAYER13DIELCONST=4.800|LAYER13DIELHEIGHT=12.6mil|LAYER13DIELMATERIAL=FR-4|LAYER14NAME=Mid-Layer 13|LAYER14NEXT=0|LAYER14DIELTYPE=0|LAYER14DIELCONST=4.800|LAYER14DIELHEIGHT=12.6mil|LAYER14DIELMATERIAL=FR-4|LAYER15NAME=Mid-Layer 14|LAYER15NEXT=0|LAYER15DIELTYPE=0|LAYER15DIELCONST=4.800|LAYER15DIELHEIGHT=12.6mil|LAYER15DIELMATERIAL=FR-4
|RECORD=Board|LAYER16NAME=Mid-Layer 15|LAYER16NEXT=0|LAYER16DIELTYPE=0|LAYER16DIELCONST=4.800|LAYER16DIELHEIGHT=12.6mil|LAYER16DIELMATERIAL=FR-4|LAYER17NAME=Mid-Layer 16|LAYER17NEXT=0|LAYER17DIELTYPE=0|LAYER17DIELCONST=4.800|LAYER17DIELHEIGHT=12.6mil|LAYER17DIELMATERIAL=FR-4|LAYER18NAME=Mid-Layer 17|LAYER18NEXT=0|LAYER18DIELTYPE=0|LAYER18DIELCONST=4.800|LAYER18DIELHEIGHT=12.6mil|LAYER18DIELMATERIAL=FR-4|LAYER19NAME=Mid-Layer 18|LAYER19NEXT=0|LAYER19DIELTYPE=0|LAYER19DIELCONST=4.800|LAYER19DIELHEIGHT=12.6mil|LAYER19DIELMATERIAL=FR-4|LAYER20NAME=Mid-Layer 19|LAYER20NEXT=0|LAYER20DIELTYPE=0|LAYER20DIELCONST=4.800|LAYER20DIELHEIGHT=12.6mil|LAYER20DIELMATERIAL=FR-4
|RECORD=Board|LAYER21NAME=Mid-Layer 20|LAYER21NEXT=0|LAYER21DIELTYPE=0|LAYER21DIELCONST=4.800|LAYER21DIELHEIGHT=12.6mil|LAYER21DIELMATERIAL=FR-4|LAYER22NAME=Mid-Layer 21|LAYER22NEXT=0|LAYER22DIELTYPE=0|LAYER22DIELCONST=4.800|LAYER22DIELHEIGHT=12.6mil|LAYER22DIELMATERIAL=FR-4|LAYER23NAME=Mid-Layer 22|LAYER23NEXT=0|LAYER23DIELTYPE=0|LAYER23DIELCONST=4.800|LAYER23DIELHEIGHT=12.6mil|LAYER23DIELMATERIAL=FR-4|LAYER24NAME=Mid-Layer 23|LAYER24NEXT=0|LAYER24DIELTYPE=0|LAYER24DIELCONST=4.800|LAYER24DIELHEIGHT=12.6mil|LAYER24DIELMATERIAL=FR-4|LAYER25NAME=Mid-Layer 24|LAYER25NEXT=0|LAYER25DIELTYPE=0|LAYER25DIELCONST=4.800|LAYER25DIELHEIGHT=12.6mil|LAYER25DIELMATERIAL=FR-4
|RECORD=Board|LAYER26NAME=Mid-Layer 25|LAYER26NEXT=0|LAYER26DIELTYPE=0|LAYER26DIELCONST=4.800|LAYER26DIELHEIGHT=12.6mil|LAYER26DIELMATERIAL=FR-4|LAYER27NAME=Mid-Layer 26|LAYER27NEXT=0|LAYER27DIELTYPE=0|LAYER27DIELCONST=4.800|LAYER27DIELHEIGHT=12.6mil|LAYER27DIELMATERIAL=FR-4|LAYER28NAME=Mid-Layer 27|LAYER28NEXT=0|LAYER28DIELTYPE=0|LAYER28DIELCONST=4.800|LAYER28DIELHEIGHT=12.6mil|LAYER28DIELMATERIAL=FR-4|LAYER29NAME=Mid-Layer 28|LAYER29NEXT=0|LAYER29DIELTYPE=0|LAYER29DIELCONST=4.800|LAYER29DIELHEIGHT=12.6mil|LAYER29DIELMATERIAL=FR-4|LAYER30NAME=Mid-Layer 29|LAYER30NEXT=0|LAYER30DIELTYPE=0|LAYER30DIELCONST=4.800|LAYER30DIELHEIGHT=12.6mil|LAYER30DIELMATERIAL=FR-4
|RECORD=Board|LAYER31NAME=Mid-Layer 30|LAYER31NEXT=0|LAYER31DIELTYPE=0|LAYER31DIELCONST=4.800|LAYER31DIELHEIGHT=12.6mil|LAYER31DIELMATERIAL=FR-4|LAYER32NAME=Bottom Layer|LAYER32NEXT=0|LAYER32DIELTYPE=0|LAYER32DIELCONST=4.800|LAYER32DIELHEIGHT=12.6mil|LAYER32DIELMATERIAL=FR-4|LAYER33NAME=Top Overlay|LAYER33NEXT=1|LAYER33DIELTYPE=0|LAYER33DIELCONST=4.800|LAYER33DIELHEIGHT=12.6mil|LAYER33DIELMATERIAL=FR-4|LAYER34NAME=Bottom Overlay|LAYER34NEXT=0|LAYER34DIELTYPE=0|LAYER34DIELCONST=4.800|LAYER34DIELHEIGHT=12.6mil|LAYER34DIELMATERIAL=FR-4|LAYER35NAME=Top Paste|LAYER35NEXT=1|LAYER35DIELTYPE=0|LAYER35DIELCONST=4.800|LAYER35DIELHEIGHT=12.6mil|LAYER35DIELMATERIAL=FR-4
|RECORD=Board|LAYER36NAME=Bottom Paste|LAYER36NEXT=0|LAYER36DIELTYPE=0|LAYER36DIELCONST=4.800|LAYER36DIELHEIGHT=12.6mil|LAYER36DIELMATERIAL=FR-4|LAYER37NAME=Top Solder|LAYER37NEXT=1|LAYER37DIELTYPE=0|LAYER37DIELCONST=4.800|LAYER37DIELHEIGHT=12.6mil|LAYER37DIELMATERIAL=FR-4|LAYER38NAME=Bottom Solder|LAYER38NEXT=0|LAYER38DIELTYPE=0|LAYER38DIELCONST=4.800|LAYER38DIELHEIGHT=12.6mil|LAYER38DIELMATERIAL=FR-4|LAYER39NAME=Internal Plane 1|LAYER39NEXT=0|LAYER39DIELTYPE=0|LAYER39DIELCONST=4.800|LAYER39DIELHEIGHT=12.6mil|LAYER39DIELMATERIAL=FR-4|LAYER40NAME=Internal Plane 2|LAYER40NEXT=0|LAYER40DIELTYPE=0|LAYER40DIELCONST=4.800|LAYER40DIELHEIGHT=12.6mil|LAYER40DIELMATERIAL=FR-4
|RECORD=Board|LAYER41NAME=Internal Plane 3|LAYER41NEXT=0|LAYER41DIELTYPE=0|LAYER41DIELCONST=4.800|LAYER41DIELHEIGHT=12.6mil|LAYER41DIELMATERIAL=FR-4|LAYER42NAME=Internal Plane 4|LAYER42NEXT=0|LAYER42DIELTYPE=0|LAYER42DIELCONST=4.800|LAYER42DIELHEIGHT=12.6mil|LAYER42DIELMATERIAL=FR-4|LAYER43NAME=Internal Plane 5|LAYER43NEXT=0|LAYER43DIELTYPE=0|LAYER43DIELCONST=4.800|LAYER43DIELHEIGHT=12.6mil|LAYER43DIELMATERIAL=FR-4|LAYER44NAME=Internal Plane 6|LAYER44NEXT=0|LAYER44DIELTYPE=0|LAYER44DIELCONST=4.800|LAYER44DIELHEIGHT=12.6mil|LAYER44DIELMATERIAL=FR-4|LAYER45NAME=Internal Plane 7|LAYER45NEXT=0|LAYER45DIELTYPE=0|LAYER45DIELCONST=4.800|LAYER45DIELHEIGHT=12.6mil|LAYER45DIELMATERIAL=FR-4
|RECORD=Board|LAYER46NAME=Internal Plane 8|LAYER46NEXT=0|LAYER46DIELTYPE=0|LAYER46DIELCONST=4.800|LAYER46DIELHEIGHT=12.6mil|LAYER46DIELMATERIAL=FR-4|LAYER47NAME=Internal Plane 9|LAYER47NEXT=0|LAYER47DIELTYPE=0|LAYER47DIELCONST=4.800|LAYER47DIELHEIGHT=12.6mil|LAYER47DIELMATERIAL=FR-4|LAYER48NAME=Internal Plane 10|LAYER48NEXT=0|LAYER48DIELTYPE=0|LAYER48DIELCONST=4.800|LAYER48DIELHEIGHT=12.6mil|LAYER48DIELMATERIAL=FR-4|LAYER49NAME=Internal Plane 11|LAYER49NEXT=0|LAYER49DIELTYPE=0|LAYER49DIELCONST=4.800|LAYER49DIELHEIGHT=12.6mil|LAYER49DIELMATERIAL=FR-4|LAYER50NAME=Internal Plane 12|LAYER50NEXT=0|LAYER50DIELTYPE=0|LAYER50DIELCONST=4.800|LAYER50DIELHEIGHT=12.6mil|LAYER50DIELMATERIAL=FR-4
|RECORD=Board|LAYER51NAME=Internal Plane 13|LAYER51NEXT=0|LAYER51DIELTYPE=0|LAYER51DIELCONST=4.800|LAYER51DIELHEIGHT=12.6mil|LAYER51DIELMATERIAL=FR-4|LAYER52NAME=Internal Plane 14|LAYER52NEXT=0|LAYER52DIELTYPE=0|LAYER52DIELCONST=4.800|LAYER52DIELHEIGHT=12.6mil|LAYER52DIELMATERIAL=FR-4|LAYER53NAME=Internal Plane 15|LAYER53NEXT=0|LAYER53DIELTYPE=0|LAYER53DIELCONST=4.800|LAYER53DIELHEIGHT=12.6mil|LAYER53DIELMATERIAL=FR-4|LAYER54NAME=Internal Plane 16|LAYER54NEXT=0|LAYER54DIELTYPE=0|LAYER54DIELCONST=4.800|LAYER54DIELHEIGHT=12.6mil|LAYER54DIELMATERIAL=FR-4|LAYER55NAME=Drill Guide|LAYER55NEXT=0|LAYER55DIELTYPE=0|LAYER55DIELCONST=4.800|LAYER55DIELHEIGHT=12.6mil|LAYER55DIELMATERIAL=FR-4
|RECORD=Board|LAYER56NAME=Keep-Out Layer|LAYER56NEXT=0|LAYER56DIELTYPE=0|LAYER56DIELCONST=4.800|LAYER56DIELHEIGHT=12.6mil|LAYER56DIELMATERIAL=FR-4|LAYER57NAME=Mechanical 1|LAYER57NEXT=0|LAYER57DIELTYPE=0|LAYER57DIELCONST=4.800|LAYER57DIELHEIGHT=12.6mil|LAYER57DIELMATERIAL=FR-4|LAYER58NAME=Mechanical 2|LAYER58NEXT=0|LAYER58DIELTYPE=0|LAYER58DIELCONST=4.800|LAYER58DIELHEIGHT=12.6mil|LAYER58DIELMATERIAL=FR-4|LAYER59NAME=Mechanical 3|LAYER59NEXT=0|LAYER59DIELTYPE=0|LAYER59DIELCONST=4.800|LAYER59DIELHEIGHT=12.6mil|LAYER59DIELMATERIAL=FR-4|LAYER60NAME=Mechanical 4|LAYER60NEXT=0|LAYER60DIELTYPE=0|LAYER60DIELCONST=4.800|LAYER60DIELHEIGHT=12.6mil|LAYER60DIELMATERIAL=FR-4
|RECORD=Board|LAYER61NAME=Mechanical 5|LAYER61NEXT=0|LAYER61DIELTYPE=0|LAYER61DIELCONST=4.800|LAYER61DIELHEIGHT=12.6mil|LAYER61DIELMATERIAL=FR-4|LAYER62NAME=Mechanical 6|LAYER62NEXT=0|LAYER62DIELTYPE=0|LAYER62DIELCONST=4.800|LAYER62DIELHEIGHT=12.6mil|LAYER62DIELMATERIAL=FR-4|LAYER63NAME=Mechanical 7|LAYER63NEXT=0|LAYER63DIELTYPE=0|LAYER63DIELCONST=4.800|LAYER63DIELHEIGHT=12.6mil|LAYER63DIELMATERIAL=FR-4|LAYER64NAME=Mechanical 8|LAYER64NEXT=0|LAYER64DIELTYPE=0|LAYER64DIELCONST=4.800|LAYER64DIELHEIGHT=12.6mil|LAYER64DIELMATERIAL=FR-4|LAYER65NAME=Mechanical 9|LAYER65NEXT=0|LAYER65DIELTYPE=0|LAYER65DIELCONST=4.800|LAYER65DIELHEIGHT=12.6mil|LAYER65DIELMATERIAL=FR-4
|RECORD=Board|LAYER66NAME=Mechanical 10|LAYER66NEXT=0|LAYER66DIELTYPE=0|LAYER66DIELCONST=4.800|LAYER66DIELHEIGHT=12.6mil|LAYER66DIELMATERIAL=FR-4|LAYER67NAME=Mechanical 11|LAYER67NEXT=0|LAYER67DIELTYPE=0|LAYER67DIELCONST=4.800|LAYER67DIELHEIGHT=12.6mil|LAYER67DIELMATERIAL=FR-4|LAYER68NAME=Mechanical 12|LAYER68NEXT=0|LAYER68DIELTYPE=0|LAYER68DIELCONST=4.800|LAYER68DIELHEIGHT=12.6mil|LAYER68DIELMATERIAL=FR-4|LAYER69NAME=Mechanical 13|LAYER69NEXT=0|LAYER69DIELTYPE=0|LAYER69DIELCONST=4.800|LAYER69DIELHEIGHT=12.6mil|LAYER69DIELMATERIAL=FR-4|LAYER70NAME=Mechanical 14|LAYER70NEXT=0|LAYER70DIELTYPE=0|LAYER70DIELCONST=4.800|LAYER70DIELHEIGHT=12.6mil|LAYER70DIELMATERIAL=FR-4
|RECORD=Board|LAYER71NAME=Document|LAYER71NEXT=0|LAYER71DIELTYPE=0|LAYER71DIELCONST=4.800|LAYER71DIELHEIGHT=12.6mil|LAYER71DIELMATERIAL=FR-4|LAYER72NAME=Other|LAYER72NEXT=0|LAYER72DIELTYPE=0|LAYER72DIELCONST=4.800|LAYER72DIELHEIGHT=12.6mil|LAYER72DIELMATERIAL=FR-4|LAYER73NAME=Drill Drawing|LAYER73NEXT=0|LAYER73DIELTYPE=0|LAYER73DIELCONST=4.800|LAYER73DIELHEIGHT=12.6mil|LAYER73DIELMATERIAL=FR-4|LAYER74NAME=Multi-Layer|LAYER74NEXT=0|LAYER74DIELTYPE=0|LAYER74DIELCONST=4.800|LAYER74DIELHEIGHT=12.6mil|LAYER74DIELMATERIAL=FR-4|LAYER75NAME=Connections|LAYER75NEXT=0|LAYER75DIELTYPE=0|LAYER75DIELCONST=4.800|LAYER75DIELHEIGHT=12.6mil|LAYER75DIELMATERIAL=FR-4
|RECORD=Board|LAYER76NAME=Background|LAYER76NEXT=0|LAYER76DIELTYPE=0|LAYER76DIELCONST=4.800|LAYER76DIELHEIGHT=12.6mil|LAYER76DIELMATERIAL=FR-4|LAYER77NAME=DRC Error Markers|LAYER77NEXT=0|LAYER77DIELTYPE=0|LAYER77DIELCONST=4.800|LAYER77DIELHEIGHT=12.6mil|LAYER77DIELMATERIAL=FR-4|LAYER78NAME=Selections|LAYER78NEXT=0|LAYER78DIELTYPE=0|LAYER78DIELCONST=4.800|LAYER78DIELHEIGHT=12.6mil|LAYER78DIELMATERIAL=FR-4|LAYER79NAME=Visible Grid 1|LAYER79NEXT=0|LAYER79DIELTYPE=0|LAYER79DIELCONST=4.800|LAYER79DIELHEIGHT=12.6mil|LAYER79DIELMATERIAL=FR-4|LAYER80NAME=Visible Grid 2|LAYER80NEXT=0|LAYER80DIELTYPE=0|LAYER80DIELCONST=4.800|LAYER80DIELHEIGHT=12.6mil|LAYER80DIELMATERIAL=FR-4
|RECORD=Board|LAYER81NAME=Pad Holes|LAYER81NEXT=0|LAYER81DIELTYPE=0|LAYER81DIELCONST=4.800|LAYER81DIELHEIGHT=12.6mil|LAYER81DIELMATERIAL=FR-4|LAYER82NAME=Via Holes|LAYER82NEXT=0|LAYER82DIELTYPE=0|LAYER82DIELCONST=4.800|LAYER82DIELHEIGHT=12.6mil|LAYER82DIELMATERIAL=FR-4
|RECORD=Net|ID=0|NAME=U1_D1|VISIBLE=FALSE|JUMPERSVISIBLE=FALSE
|RECORD=Net|ID=1|NAME=U1_A0|VISIBLE=FALSE|JUMPERSVISIBLE=FALSE
|RECORD=Net|ID=2|NAME=U1_D6|VISIBLE=FALSE|JUMPERSVISIBLE=FALSE
|RECORD=Net|ID=3|NAME=U1_5V|VISIBLE=FALSE|JUMPERSVISIBLE=FALSE
|RECORD=Net|ID=4|NAME=SJ_5V_1_LEFT_1|VISIBLE=FALSE|JUMPERSVISIBLE=FALSE
|RECORD=Net|ID=5|NAME=SJ_5V_2_LEFT_1|VISIBLE=FALSE|JUMPERSVISIBLE=FALSE
|RECORD=Net|ID=6|NAME=SJ_5V_3_LEFT_1|VISIBLE=FALSE|JUMPERSVISIBLE=FALSE
|RECORD=Net|ID=7|NAME=SJ_GND_1_RIGHT_1|VISIBLE=FALSE|JUMPERSVISIBLE=FALSE
|RECORD=Net|ID=8|NAME=SJ_GND_2_RIGHT_1|VISIBLE=FALSE|JUMPERSVISIBLE=FALSE
|RECORD=Net|ID=9|NAME=SJ_GND_3_RIGHT_1|VISIBLE=FALSE|JUMPERSVISIBLE=FALSE
|RECORD=Net|ID=10|NAME=1_32|VISIBLE=FALSE|JUMPERSVISIBLE=FALSE
|RECORD=Net|ID=11|NAME=U1_3V3|VISIBLE=FALSE|JUMPERSVISIBLE=FALSE
|RECORD=Net|ID=12|NAME=U1_GND|VISIBLE=FALSE|JUMPERSVISIBLE=FALSE
|RECORD=Net|ID=13|NAME=S$12763|VISIBLE=FALSE|JUMPERSVISIBLE=FALSE
|RECORD=Net|ID=14|NAME=S$86624|VISIBLE=FALSE|JUMPERSVISIBLE=FALSE
|RECORD=Net|ID=15|NAME=S$6280|VISIBLE=FALSE|JUMPERSVISIBLE=FALSE
|RECORD=Net|ID=16|NAME=S$6292|VISIBLE=FALSE|JUMPERSVISIBLE=FALSE
|RECORD=Net|ID=17|NAME=S$5488|VISIBLE=FALSE|JUMPERSVISIBLE=FALSE
|RECORD=Net|ID=18|NAME=NC6|VISIBLE=FALSE|JUMPERSVISIBLE=FALSE
|RECORD=Net|ID=19|NAME=NC5|VISIBLE=FALSE|JUMPERSVISIBLE=FALSE
|RECORD=Net|ID=20|NAME=1_RST|VISIBLE=FALSE|JUMPERSVISIBLE=FALSE
|RECORD=Net|ID=21|NAME=U1_D4|VISIBLE=FALSE|JUMPERSVISIBLE=FALSE
|RECORD=Net|ID=22|NAME=1_26|VISIBLE=FALSE|JUMPERSVISIBLE=FALSE
|RECORD=Net|ID=23|NAME=1_15|VISIBLE=FALSE|JUMPERSVISIBLE=FALSE
|RECORD=Net|ID=24|NAME=1_27|VISIBLE=FALSE|JUMPERSVISIBLE=FALSE
|RECORD=Net|ID=25|NAME=1_33|VISIBLE=FALSE|JUMPERSVISIBLE=FALSE
|RECORD=Net|ID=26|NAME=S$5410|VISIBLE=FALSE|JUMPERSVISIBLE=FALSE
|RECORD=Net|ID=27|NAME=S$5406|VISIBLE=FALSE|JUMPERSVISIBLE=FALSE
|RECORD=Net|ID=28|NAME=S$5402|VISIBLE=FALSE|JUMPERSVISIBLE=FALSE
|RECORD=Net|ID=29|NAME=S$5398|VISIBLE=FALSE|JUMPERSVISIBLE=FALSE
|RECORD=Net|ID=30|NAME=S$13153|VISIBLE=FALSE|JUMPERSVISIBLE=FALSE
|RECORD=Net|ID=31|NAME=S$13149|VISIBLE=FALSE|JUMPERSVISIBLE=FALSE
|RECORD=Net|ID=32|NAME=1_BAT|VISIBLE=FALSE|JUMPERSVISIBLE=FALSE
|RECORD=Net|ID=33|NAME=1_23|VISIBLE=FALSE|JUMPERSVISIBLE=FALSE
|RECORD=Net|ID=34|NAME=S$20682|VISIBLE=FALSE|JUMPERSVISIBLE=FALSE
|RECORD=Net|ID=35|NAME=U1_RST|VISIBLE=FALSE|JUMPERSVISIBLE=FALSE
|RECORD=Net|ID=36|NAME=U1_RX|VISIBLE=FALSE|JUMPERSVISIBLE=FALSE
|RECORD=Net|ID=37|NAME=U1_TX|VISIBLE=FALSE|JUMPERSVISIBLE=FALSE
|RECORD=Net|ID=38|NAME=U1_D8|VISIBLE=FALSE|JUMPERSVISIBLE=FALSE
|RECORD=Net|ID=39|NAME=U1_D7|VISIBLE=FALSE|JUMPERSVISIBLE=FALSE
|RECORD=Net|ID=40|NAME=NC1|VISIBLE=FALSE|JUMPERSVISIBLE=FALSE
|RECORD=Net|ID=41|NAME=NC3|VISIBLE=FALSE|JUMPERSVISIBLE=FALSE
|RECORD=Net|ID=42|NAME=NC2|VISIBLE=FALSE|JUMPERSVISIBLE=FALSE
|RECORD=Net|ID=43|NAME=NC4|VISIBLE=FALSE|JUMPERSVISIBLE=FALSE
|RECORD=Component|ID=7|LAYER=TOP|X=2185mil|Y=2310mil|ROTATION=90|PATTERN=TINYPICOV3|SOURCEDESIGNATOR=2|NAMEON=FALSE|COMMENTON=FALSE|SOURCEUNIQUEID=ggef0e3ee8225489b2b
|RECORD=Component|ID=8|LAYER=TOP|X=2365mil|Y=2310mil|ROTATION=0|PATTERN=SB_SOLDER_JOINT|SOURCEDESIGNATOR=1L|NAMEON=TRUE|COMMENTON=FALSE|SOURCEUNIQUEID=gge26bf489a152f7563
|RECORD=Component|ID=9|LAYER=TOP|X=2015mil|Y=2310mil|ROTATION=0|PATTERN=SB_SOLDER_JOINT|SOURCEDESIGNATOR=1R|NAMEON=TRUE|COMMENTON=FALSE|SOURCEUNIQUEID=ggebdc93e0d8786f42f
|RECORD=Component|ID=10|LAYER=TOP|X=2365mil|Y=2230mil|ROTATION=0|PATTERN=SB_SOLDER_JOINT|SOURCEDESIGNATOR=2L|NAMEON=TRUE|COMMENTON=FALSE|SOURCEUNIQUEID=gge573019ab6312cfc7
|RECORD=Component|ID=11|LAYER=TOP|X=2015mil|Y=2230mil|ROTATION=0|PATTERN=SB_SOLDER_JOINT|SOURCEDESIGNATOR=2R|NAMEON=TRUE|COMMENTON=FALSE|SOURCEUNIQUEID=gge0ca8229eb93558d1
|RECORD=Component|ID=12|LAYER=TOP|X=2365mil|Y=2150mil|ROTATION=0|PATTERN=SB_SOLDER_JOINT|SOURCEDESIGNATOR=3L|NAMEON=TRUE|COMMENTON=FALSE|SOURCEUNIQUEID=gge3006135594109780
|RECORD=Component|ID=13|LAYER=TOP|X=2015mil|Y=2150mil|ROTATION=0|PATTERN=SB_SOLDER_JOINT|SOURCEDESIGNATOR=3R|NAMEON=TRUE|COMMENTON=FALSE|SOURCEUNIQUEID=gge287da1d7986711d0
|RECORD=Component|ID=14|LAYER=TOP|X=2365mil|Y=2005mil|ROTATION=0|PATTERN=SB_SOLDER_JOINT|SOURCEDESIGNATOR=1L|NAMEON=TRUE|COMMENTON=FALSE|SOURCEUNIQUEID=ggeb9cd17937b8cafaa
|RECORD=Component|ID=15|LAYER=TOP|X=2015mil|Y=2005mil|ROTATION=0|PATTERN=SB_SOLDER_JOINT|SOURCEDESIGNATOR=1R|NAMEON=TRUE|COMMENTON=FALSE|SOURCEUNIQUEID=gge76949ee0865cef8b
|RECORD=Component|ID=16|LAYER=TOP|X=2365mil|Y=1925mil|ROTATION=0|PATTERN=SB_SOLDER_JOINT|SOURCEDESIGNATOR=2L|NAMEON=TRUE|COMMENTON=FALSE|SOURCEUNIQUEID=gge47c038bdc55e2d3e
|RECORD=Component|ID=17|LAYER=TOP|X=2015mil|Y=1925mil|ROTATION=0|PATTERN=SB_SOLDER_JOINT|SOURCEDESIGNATOR=2R|NAMEON=TRUE|COMMENTON=FALSE|SOURCEUNIQUEID=gge0d5c700e8eb94ee6
|RECORD=Component|ID=18|LAYER=TOP|X=2365mil|Y=1845mil|ROTATION=0|PATTERN=SB_SOLDER_JOINT|SOURCEDESIGNATOR=3L|NAMEON=TRUE|COMMENTON=FALSE|SOURCEUNIQUEID=gge6e2fcdefc2f5af96
|RECORD=Component|ID=19|LAYER=TOP|X=2015mil|Y=1845mil|ROTATION=0|PATTERN=SB_SOLDER_JOINT|SOURCEDESIGNATOR=3R|NAMEON=TRUE|COMMENTON=FALSE|SOURCEUNIQUEID=ggede63f93a9dc2d5ff
|RECORD=Component|ID=20|LAYER=TOP|X=2365mil|Y=2615mil|ROTATION=0|PATTERN=SB_SOLDER_JOINT|SOURCEDESIGNATOR=1L|NAMEON=TRUE|COMMENTON=FALSE|SOURCEUNIQUEID=gge466876a748a9dcdb
|RECORD=Component|ID=21|LAYER=TOP|X=2015mil|Y=2615mil|ROTATION=0|PATTERN=SB_SOLDER_JOINT|SOURCEDESIGNATOR=1R|NAMEON=TRUE|COMMENTON=FALSE|SOURCEUNIQUEID=ggeca247af80c121703
|RECORD=Component|ID=22|LAYER=TOP|X=2365mil|Y=2535mil|ROTATION=0|PATTERN=SB_SOLDER_JOINT|SOURCEDESIGNATOR=2L|NAMEON=TRUE|COMMENTON=FALSE|SOURCEUNIQUEID=gge5957c181da9272d3
|RECORD=Component|ID=23|LAYER=TOP|X=2015mil|Y=2535mil|ROTATION=0|PATTERN=SB_SOLDER_JOINT|SOURCEDESIGNATOR=2R|NAMEON=TRUE|COMMENTON=FALSE|SOURCEUNIQUEID=ggee6ff73c7fccfba19
|RECORD=Component|ID=24|LAYER=TOP|X=2365mil|Y=2455mil|ROTATION=0|PATTERN=SB_SOLDER_JOINT|SOURCEDESIGNATOR=3L|NAMEON=TRUE|COMMENTON=FALSE|SOURCEUNIQUEID=ggefccdadee73b0fe36
|RECORD=Component|ID=25|LAYER=TOP|X=2015mil|Y=2455mil|ROTATION=0|PATTERN=SB_SOLDER_JOINT|SOURCEDESIGNATOR=3R|NAMEON=TRUE|COMMENTON=FALSE|SOURCEUNIQUEID=gge243e15594cf2ac95
|RECORD=Component|ID=26|LAYER=TOP|X=2185mil|Y=2345mil|ROTATION=0|PATTERN=WEMOS_D1_MINI_V2.3.0|SOURCEDESIGNATOR=U3|NAMEON=FALSE|COMMENTON=FALSE|SOURCEUNIQUEID=gge56d4aaa25aef7d3d
|RECORD=Track|NET=0|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2635mil|Y1=2495mil|X2=2537.1400mil|Y2=2397.1400mil|WIDTH=9.8430mil
|RECORD=Track|NET=0|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2537.1400mil|Y1=2397.1400mil|X2=2537.1400mil|Y2=2337.1400mil|WIDTH=9.8430mil
|RECORD=Track|NET=0|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2537.1400mil|Y1=2337.1400mil|X2=2485mil|Y2=2285mil|WIDTH=9.8430mil
|RECORD=Track|NET=1|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=1735mil|Y1=2595mil|X2=1832.8600mil|Y2=2497.1400mil|WIDTH=9.8430mil
|RECORD=Track|NET=1|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=1832.8600mil|Y1=2497.1400mil|X2=1832.8600mil|Y2=2337.1400mil|WIDTH=9.8430mil
|RECORD=Track|NET=1|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=1832.8600mil|Y1=2337.1400mil|X2=1885mil|Y2=2285mil|WIDTH=9.8430mil
|RECORD=Track|NET=2|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=1735mil|Y1=2295mil|X2=1845mil|Y2=2185mil|WIDTH=9.8430mil
|RECORD=Track|NET=2|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=1845mil|Y1=2185mil|X2=1885mil|Y2=2185mil|WIDTH=9.8430mil
|RECORD=Track|NET=3|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2040mil|Y1=1845mil|X2=2040mil|Y2=1925mil|WIDTH=11.0240mil
|RECORD=Track|NET=3|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2390mil|Y1=1845mil|X2=2390mil|Y2=1885mil|WIDTH=11.0240mil
|RECORD=Track|NET=3|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2390mil|Y1=1885mil|X2=2390mil|Y2=1925mil|WIDTH=11.0240mil
|RECORD=Track|NET=3|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2390mil|Y1=1925mil|X2=2423.9100mil|Y2=1925mil|WIDTH=11.0240mil
|RECORD=Track|NET=3|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2040mil|Y1=1925mil|X2=2073.9100mil|Y2=1925mil|WIDTH=11.0240mil
|RECORD=Track|NET=3|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2423.9100mil|Y1=2005mil|X2=2453.9100mil|Y2=2035mil|WIDTH=11.0240mil
|RECORD=Track|NET=3|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2453.9100mil|Y1=2035mil|X2=2503.6300mil|Y2=2035mil|WIDTH=11.0240mil
|RECORD=Track|NET=3|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2503.6300mil|Y1=2035mil|X2=2554.0400mil|Y2=1984.5900mil|WIDTH=11.0240mil
|RECORD=Track|NET=3|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2635mil|Y1=1995mil|X2=2564.4500mil|Y2=1995mil|WIDTH=11.0240mil
|RECORD=Track|NET=3|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2564.4500mil|Y1=1995mil|X2=2554.0400mil|Y2=1984.5900mil|WIDTH=11.0240mil
|RECORD=Track|NET=3|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2554.0400mil|Y1=1984.5900mil|X2=2504.5100mil|Y2=1935.0600mil|WIDTH=11.0240mil
|RECORD=Track|NET=3|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2504.5100mil|Y1=1935.0600mil|X2=2433.9700mil|Y2=1935.0600mil|WIDTH=11.0240mil
|RECORD=Track|NET=3|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2433.9700mil|Y1=1935.0600mil|X2=2423.9100mil|Y2=1925mil|WIDTH=11.0240mil
|RECORD=Track|NET=3|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2073.9100mil|Y1=1925mil|X2=2080.9600mil|Y2=1932.0500mil|WIDTH=11.0240mil
|RECORD=Track|NET=3|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2080.9600mil|Y1=1932.0500mil|X2=2208.0400mil|Y2=1932.0500mil|WIDTH=11.0240mil
|RECORD=Track|NET=3|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2208.0400mil|Y1=1932.0500mil|X2=2255.0900mil|Y2=1885mil|WIDTH=11.0240mil
|RECORD=Track|NET=3|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2255.0900mil|Y1=1885mil|X2=2390mil|Y2=1885mil|WIDTH=11.0240mil
|RECORD=Track|NET=3|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2390mil|Y1=2005mil|X2=2415.4400mil|Y2=2005mil|WIDTH=11.0240mil
|RECORD=Track|NET=3|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2415.4400mil|Y1=2005mil|X2=2423.9100mil|Y2=2005mil|WIDTH=11.0240mil
|RECORD=Track|NET=3|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2415.4400mil|Y1=2005mil|X2=2360.4300mil|Y2=2060.0100mil|WIDTH=11.0240mil
|RECORD=Track|NET=3|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2360.4300mil|Y1=2060.0100mil|X2=2328.2300mil|Y2=2060.0100mil|WIDTH=11.0240mil
|RECORD=Track|NET=3|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2040mil|Y1=2005mil|X2=2073.9100mil|Y2=2005mil|WIDTH=11.0240mil
|RECORD=Track|NET=3|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2073.9100mil|Y1=2005mil|X2=2128.9200mil|Y2=2060.0100mil|WIDTH=11.0240mil
|RECORD=Track|NET=3|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2128.9200mil|Y1=2060.0100mil|X2=2152.6200mil|Y2=2060.0100mil|WIDTH=11.0240mil
|RECORD=Track|NET=4|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2340mil|Y1=2615mil|X2=2335.4900mil|Y2=2615mil|WIDTH=11.0240mil
|RECORD=Track|NET=4|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2335.4900mil|Y1=2615mil|X2=2247.1600mil|Y2=2703.3300mil|WIDTH=11.0240mil
|RECORD=Track|NET=4|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2340mil|Y1=2310mil|X2=2340mil|Y2=2326.5200mil|WIDTH=11.0240mil
|RECORD=Track|NET=4|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2340mil|Y1=2326.5200mil|X2=2224.6600mil|Y2=2441.8600mil|WIDTH=11.0240mil
|RECORD=Track|NET=4|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2224.6600mil|Y1=2441.8600mil|X2=2208.1400mil|Y2=2441.8600mil|WIDTH=11.0240mil
|RECORD=Track|NET=4|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2208.1400mil|Y1=2441.8600mil|X2=2172.4500mil|Y2=2477.5500mil|WIDTH=11.0240mil
|RECORD=Track|NET=4|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2172.4500mil|Y1=2477.5500mil|X2=2172.4500mil|Y2=2645.0600mil|WIDTH=11.0240mil
|RECORD=Track|NET=4|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2281.5900mil|Y1=2020.8200mil|X2=2297.4100mil|Y2=2005mil|WIDTH=11.0240mil
|RECORD=Track|NET=4|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2297.4100mil|Y1=2005mil|X2=2340mil|Y2=2005mil|WIDTH=11.0240mil
|RECORD=Track|NET=5|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2340mil|Y1=2535mil|X2=2325.9200mil|Y2=2535mil|WIDTH=11.0240mil
|RECORD=Track|NET=5|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2325.9200mil|Y1=2535mil|X2=2269.9800mil|Y2=2479.0600mil|WIDTH=11.0240mil
|RECORD=Track|NET=5|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2210.9400mil|Y1=2230mil|X2=2340mil|Y2=2230mil|WIDTH=11.0240mil
|RECORD=Track|NET=5|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2210.9400mil|Y1=2408.7300mil|X2=2210.9400mil|Y2=2230mil|WIDTH=11.0240mil
|RECORD=Track|NET=5|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2210.9400mil|Y1=2044.6300mil|X2=2130.1600mil|Y2=1963.8500mil|WIDTH=11.0240mil
|RECORD=Track|NET=5|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2130.1600mil|Y1=1963.8500mil|X2=1906.1500mil|Y2=1963.8500mil|WIDTH=11.0240mil
|RECORD=Track|NET=5|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=1906.1500mil|Y1=1963.8500mil|X2=1885mil|Y2=1985mil|WIDTH=11.0240mil
|RECORD=Track|NET=5|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2210.9400mil|Y1=2230mil|X2=2210.9400mil|Y2=2044.6300mil|WIDTH=11.0240mil
|RECORD=Track|NET=5|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2210.9400mil|Y1=2044.6300mil|X2=2330.5700mil|Y2=1925mil|WIDTH=11.0240mil
|RECORD=Track|NET=5|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2330.5700mil|Y1=1925mil|X2=2340mil|Y2=1925mil|WIDTH=11.0240mil
|RECORD=Track|NET=6|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2340mil|Y1=2455mil|X2=2340mil|Y2=2421.1400mil|WIDTH=11.0240mil
|RECORD=Track|NET=6|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2340mil|Y1=2421.1400mil|X2=2413.8500mil|Y2=2347.2900mil|WIDTH=11.0240mil
|RECORD=Track|NET=6|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2413.8500mil|Y1=2347.2900mil|X2=2420.7500mil|Y2=2347.2900mil|WIDTH=11.0240mil
|RECORD=Track|NET=6|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2420.7500mil|Y1=2347.2900mil|X2=2431.4000mil|Y2=2336.6400mil|WIDTH=11.0240mil
|RECORD=Track|NET=6|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2431.4000mil|Y1=2336.6400mil|X2=2431.4000mil|Y2=2136.5500mil|WIDTH=11.0240mil
|RECORD=Track|NET=6|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2431.4000mil|Y1=2136.5500mil|X2=2431.4000mil|Y2=2122.9600mil|WIDTH=11.0240mil
|RECORD=Track|NET=6|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2431.4000mil|Y1=2122.9600mil|X2=2417.5400mil|Y2=2109.1000mil|WIDTH=11.0240mil
|RECORD=Track|NET=6|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2417.5400mil|Y1=2109.1000mil|X2=2350.2200mil|Y2=2109.1000mil|WIDTH=11.0240mil
|RECORD=Track|NET=6|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2350.2200mil|Y1=2109.1000mil|X2=2340mil|Y2=2119.3200mil|WIDTH=11.0240mil
|RECORD=Track|NET=6|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2340mil|Y1=2119.3200mil|X2=2340mil|Y2=2150mil|WIDTH=11.0240mil
|RECORD=Track|NET=6|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2431.4000mil|Y1=2136.5500mil|X2=2520.5900mil|Y2=2136.5500mil|WIDTH=11.0240mil
|RECORD=Track|NET=6|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2520.5900mil|Y1=2136.5500mil|X2=2612.1200mil|Y2=2045.0200mil|WIDTH=11.0240mil
|RECORD=Track|NET=6|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2612.1200mil|Y1=2045.0200mil|X2=2661.6600mil|Y2=2045.0200mil|WIDTH=11.0240mil
|RECORD=Track|NET=6|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2661.6600mil|Y1=2045.0200mil|X2=2685.3600mil|Y2=2021.3200mil|WIDTH=11.0240mil
|RECORD=Track|NET=6|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2685.3600mil|Y1=2021.3200mil|X2=2685.3600mil|Y2=1971.3700mil|WIDTH=11.0240mil
|RECORD=Track|NET=6|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2685.3600mil|Y1=1971.3700mil|X2=2652.4200mil|Y2=1938.4300mil|WIDTH=11.0240mil
|RECORD=Track|NET=6|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2652.4200mil|Y1=1938.4300mil|X2=2634.4800mil|Y2=1938.4300mil|WIDTH=11.0240mil
|RECORD=Track|NET=6|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2634.4800mil|Y1=1938.4300mil|X2=2532.6100mil|Y2=1836.5600mil|WIDTH=11.0240mil
|RECORD=Track|NET=6|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2532.6100mil|Y1=1836.5600mil|X2=2444.7200mil|Y2=1836.5600mil|WIDTH=11.0240mil
|RECORD=Track|NET=6|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2444.7200mil|Y1=1836.5600mil|X2=2415.9200mil|Y2=1807.7600mil|WIDTH=11.0240mil
|RECORD=Track|NET=6|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2415.9200mil|Y1=1807.7600mil|X2=2348.3500mil|Y2=1807.7600mil|WIDTH=11.0240mil
|RECORD=Track|NET=6|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2348.3500mil|Y1=1807.7600mil|X2=2340mil|Y2=1816.1100mil|WIDTH=11.0240mil
|RECORD=Track|NET=6|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2340mil|Y1=1816.1100mil|X2=2340mil|Y2=1845mil|WIDTH=11.0240mil
|RECORD=Track|NET=7|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2074.8600mil|Y1=2411.7600mil|X2=2052.0500mil|Y2=2411.7600mil|WIDTH=11.0240mil
|RECORD=Track|NET=7|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2052.0500mil|Y1=2411.7600mil|X2=1990mil|Y2=2349.7100mil|WIDTH=11.0240mil
|RECORD=Track|NET=7|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=1990mil|Y1=2349.7100mil|X2=1990mil|Y2=2310mil|WIDTH=11.0240mil
|RECORD=Track|NET=7|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2904mil|Y1=2567.9400mil|X2=2904mil|Y2=2150.9300mil|WIDTH=11.0240mil
|RECORD=Track|NET=7|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2904mil|Y1=2150.9300mil|X2=2658.3700mil|Y2=1905.3000mil|WIDTH=11.0240mil
|RECORD=Track|NET=7|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2658.3700mil|Y1=1905.3000mil|X2=2648.1900mil|Y2=1905.3000mil|WIDTH=11.0240mil
|RECORD=Track|NET=7|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=1990mil|Y1=2615mil|X2=1990mil|Y2=2645.7200mil|WIDTH=11.0240mil
|RECORD=Track|NET=7|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=1990mil|Y1=2645.7200mil|X2=2001.8300mil|Y2=2657.5500mil|WIDTH=11.0240mil
|RECORD=Track|NET=7|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2001.8300mil|Y1=2657.5500mil|X2=2067.0300mil|Y2=2657.5500mil|WIDTH=11.0240mil
|RECORD=Track|NET=7|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2067.0300mil|Y1=2657.5500mil|X2=2074.8600mil|Y2=2649.7200mil|WIDTH=11.0240mil
|RECORD=Track|NET=7|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2074.8600mil|Y1=2649.7200mil|X2=2074.8600mil|Y2=2587.2600mil|WIDTH=11.0240mil
|RECORD=Track|NET=7|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2074.8600mil|Y1=2587.2600mil|X2=2074.8600mil|Y2=2411.7600mil|WIDTH=11.0240mil
|RECORD=Track|NET=7|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2074.8600mil|Y1=2587.2600mil|X2=2088.7400mil|Y2=2587.2600mil|WIDTH=11.0240mil
|RECORD=Track|NET=7|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=1990mil|Y1=2005mil|X2=1990mil|Y2=2041.7800mil|WIDTH=11.0240mil
|RECORD=Track|NET=7|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=1990mil|Y1=2041.7800mil|X2=2001.3600mil|Y2=2053.1400mil|WIDTH=11.0240mil
|RECORD=Track|NET=7|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2001.3600mil|Y1=2053.1400mil|X2=2010.1900mil|Y2=2053.1400mil|WIDTH=11.0240mil
|RECORD=Track|NET=7|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2010.1900mil|Y1=2053.1400mil|X2=2110.0800mil|Y2=2153.0300mil|WIDTH=11.0240mil
|RECORD=Track|NET=7|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2110.0800mil|Y1=2153.0300mil|X2=2110.0800mil|Y2=2376.5400mil|WIDTH=11.0240mil
|RECORD=Track|NET=7|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2110.0800mil|Y1=2376.5400mil|X2=2074.8600mil|Y2=2411.7600mil|WIDTH=11.0240mil
|RECORD=Track|NET=8|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=1952.5400mil|Y1=1784mil|X2=1945.9000mil|Y2=1790.6400mil|WIDTH=11.0240mil
|RECORD=Track|NET=8|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=1945.9000mil|Y1=1790.6400mil|X2=1945.9000mil|Y2=1880.9000mil|WIDTH=11.0240mil
|RECORD=Track|NET=8|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=1945.9000mil|Y1=1880.9000mil|X2=1990mil|Y2=1925mil|WIDTH=11.0240mil
|RECORD=Track|NET=8|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=1684.3000mil|Y1=2345mil|X2=1756.4800mil|Y2=2345mil|WIDTH=11.0240mil
|RECORD=Track|NET=8|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=1756.4800mil|Y1=2345mil|X2=1865.6400mil|Y2=2235.8400mil|WIDTH=11.0240mil
|RECORD=Track|NET=8|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=1865.6400mil|Y1=2235.8400mil|X2=1904.3600mil|Y2=2235.8400mil|WIDTH=11.0240mil
|RECORD=Track|NET=8|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=1904.3600mil|Y1=2235.8400mil|X2=1927.5300mil|Y2=2259.0100mil|WIDTH=11.0240mil
|RECORD=Track|NET=8|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=1927.5300mil|Y1=2259.0100mil|X2=1960.9900mil|Y2=2259.0100mil|WIDTH=11.0240mil
|RECORD=Track|NET=8|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=1960.9900mil|Y1=2259.0100mil|X2=1990mil|Y2=2230mil|WIDTH=11.0240mil
|RECORD=Track|NET=8|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=1990mil|Y1=2535mil|X2=1864.9500mil|Y2=2535mil|WIDTH=11.0240mil
|RECORD=Track|NET=8|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=1864.9500mil|Y1=2535mil|X2=1754.9500mil|Y2=2645mil|WIDTH=11.0240mil
|RECORD=Track|NET=8|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=1754.9500mil|Y1=2645mil|X2=1711.5700mil|Y2=2645mil|WIDTH=11.0240mil
|RECORD=Track|NET=8|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=1711.5700mil|Y1=2645mil|X2=1684.3000mil|Y2=2617.7300mil|WIDTH=11.0240mil
|RECORD=Track|NET=8|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=1684.3000mil|Y1=2617.7300mil|X2=1684.3000mil|Y2=2345mil|WIDTH=11.0240mil
|RECORD=Track|NET=8|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=1684.3000mil|Y1=2345mil|X2=1684.3000mil|Y2=1966.6000mil|WIDTH=11.0240mil
|RECORD=Track|NET=8|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=1684.3000mil|Y1=1966.6000mil|X2=1784.4500mil|Y2=1866.4500mil|WIDTH=11.0240mil
|RECORD=Track|NET=8|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=1784.4500mil|Y1=1866.4500mil|X2=1784.4500mil|Y2=1744.5700mil|WIDTH=11.0240mil
|RECORD=Track|NET=8|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=1784.4500mil|Y1=1744.5700mil|X2=1848mil|Y2=1681.0200mil|WIDTH=11.0240mil
|RECORD=Track|NET=9|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=1938.3800mil|Y1=2227.5500mil|X2=1938.3800mil|Y2=2201.6200mil|WIDTH=9.8430mil
|RECORD=Track|NET=9|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=1938.3800mil|Y1=2201.6200mil|X2=1990mil|Y2=2150mil|WIDTH=9.8430mil
|RECORD=Track|NET=9|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=1990mil|Y1=1845mil|X2=1990mil|Y2=1816.5400mil|WIDTH=9.8430mil
|RECORD=Track|NET=9|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=1990mil|Y1=1816.5400mil|X2=1998.0200mil|Y2=1808.5200mil|WIDTH=9.8430mil
|RECORD=Track|NET=9|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=1998.0200mil|Y1=1808.5200mil|X2=2069.9300mil|Y2=1808.5200mil|WIDTH=9.8430mil
|RECORD=Track|NET=9|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2069.9300mil|Y1=1808.5200mil|X2=2119.2600mil|Y2=1857.8500mil|WIDTH=9.8430mil
|RECORD=Track|NET=9|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2119.2600mil|Y1=1857.8500mil|X2=2119.2600mil|Y2=1903.2200mil|WIDTH=9.8430mil
|RECORD=Track|NET=9|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=1990mil|Y1=2455mil|X2=1933.0800mil|Y2=2398.0800mil|WIDTH=9.8430mil
|RECORD=Track|NET=9|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=1933.0800mil|Y1=2398.0800mil|X2=1933.0800mil|Y2=2317.3000mil|WIDTH=9.8430mil
|RECORD=Track|NET=10|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2635mil|Y1=2295mil|X2=2708.8800mil|Y2=2368.8800mil|WIDTH=9.8430mil
|RECORD=Track|NET=10|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2708.8800mil|Y1=2368.8800mil|X2=2708.8800mil|Y2=2528.2100mil|WIDTH=9.8430mil
|RECORD=Track|NET=10|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2708.8800mil|Y1=2528.2100mil|X2=2760.5900mil|Y2=2579.9200mil|WIDTH=9.8430mil
|RECORD=Track|NET=11|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2760.5900mil|Y1=2279.9200mil|X2=2760.5900mil|Y2=2179.9200mil|WIDTH=11.0240mil
|RECORD=Track|NET=11|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=1735mil|Y1=1995mil|X2=1735mil|Y2=2007.2200mil|WIDTH=11.0240mil
|RECORD=Track|NET=11|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=1735mil|Y1=2007.2200mil|X2=1864.3100mil|Y2=2136.5300mil|WIDTH=11.0240mil
|RECORD=Track|NET=11|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=1864.3100mil|Y1=2136.5300mil|X2=1909.6300mil|Y2=2136.5300mil|WIDTH=11.0240mil
|RECORD=Track|NET=11|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=1909.6300mil|Y1=2136.5300mil|X2=1934.0300mil|Y2=2112.1300mil|WIDTH=11.0240mil
|RECORD=Track|NET=11|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=1934.0300mil|Y1=2112.1300mil|X2=2039.1500mil|Y2=2112.1300mil|WIDTH=11.0240mil
|RECORD=Track|NET=11|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2039.1500mil|Y1=2112.1300mil|X2=2040mil|Y2=2112.9800mil|WIDTH=11.0240mil
|RECORD=Track|NET=11|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2040mil|Y1=2131.4900mil|X2=2040mil|Y2=2112.9800mil|WIDTH=11.0240mil
|RECORD=Track|NET=11|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2390mil|Y1=2310mil|X2=2390mil|Y2=2230mil|WIDTH=11.0240mil
|RECORD=Track|NET=11|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2760.5900mil|Y1=2179.9200mil|X2=2692.9300mil|Y2=2112.2600mil|WIDTH=11.0240mil
|RECORD=Track|NET=11|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2692.9300mil|Y1=2112.2600mil|X2=2692.9300mil|Y2=2062.0600mil|WIDTH=11.0240mil
|RECORD=Track|NET=11|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2390mil|Y1=2230mil|X2=2390mil|Y2=2150mil|WIDTH=11.0240mil
|RECORD=Track|NET=11|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2040mil|Y1=2131.4900mil|X2=2040mil|Y2=2150mil|WIDTH=11.0240mil
|RECORD=Track|NET=11|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2040mil|Y1=2150mil|X2=2040mil|Y2=2230mil|WIDTH=11.0240mil
|RECORD=Track|NET=11|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2390mil|Y1=2310mil|X2=2210.2700mil|Y2=2489.7300mil|WIDTH=11.0240mil
|RECORD=Track|NET=11|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2040mil|Y1=2230mil|X2=2040mil|Y2=2310mil|WIDTH=11.0240mil
|RECORD=Track|NET=11|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2073.9100mil|Y1=2310mil|X2=2073.9100mil|Y2=2354.2300mil|WIDTH=11.0240mil
|RECORD=Track|NET=11|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2073.9100mil|Y1=2354.2300mil|X2=2076.9500mil|Y2=2357.2700mil|WIDTH=11.0240mil
|RECORD=Track|NET=11|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2040mil|Y1=2310mil|X2=2073.9100mil|Y2=2310mil|WIDTH=11.0240mil
|RECORD=Track|NET=12|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2390mil|Y1=2535mil|X2=2390mil|Y2=2455mil|WIDTH=11.0240mil
|RECORD=Track|NET=12|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2040mil|Y1=2455mil|X2=2040mil|Y2=2535mil|WIDTH=11.0240mil
|RECORD=Track|NET=12|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2040mil|Y1=2535mil|X2=2040mil|Y2=2575mil|WIDTH=11.0240mil
|RECORD=Track|NET=12|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2040mil|Y1=2575mil|X2=2040mil|Y2=2615mil|WIDTH=11.0240mil
|RECORD=Track|NET=12|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2390mil|Y1=2535mil|X2=2390mil|Y2=2575mil|WIDTH=11.0240mil
|RECORD=Track|NET=12|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2390mil|Y1=2575mil|X2=2390mil|Y2=2615mil|WIDTH=11.0240mil
|RECORD=Track|NET=12|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=3560.5900mil|Y1=2079.9200mil|X2=3560.5900mil|Y2=2179.9200mil|WIDTH=11.0240mil
|RECORD=Track|NET=12|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=3560.5900mil|Y1=2179.9200mil|X2=3106.8600mil|Y2=2633.6500mil|WIDTH=11.0240mil
|RECORD=Track|NET=12|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=3106.8600mil|Y1=2633.6500mil|X2=2743.6000mil|Y2=2633.6500mil|WIDTH=11.0240mil
|RECORD=Track|NET=12|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2743.6000mil|Y1=2633.6500mil|X2=2654.9500mil|Y2=2545mil|WIDTH=11.0240mil
|RECORD=Track|NET=12|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2654.9500mil|Y1=2545mil|X2=2522.9600mil|Y2=2545mil|WIDTH=11.0240mil
|RECORD=Track|NET=12|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2522.9600mil|Y1=2545mil|X2=2512.9600mil|Y2=2535mil|WIDTH=11.0240mil
|RECORD=Track|NET=12|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2512.9600mil|Y1=2535mil|X2=2390mil|Y2=2535mil|WIDTH=11.0240mil
|RECORD=Track|NET=12|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2390mil|Y1=2575mil|X2=2289.3600mil|Y2=2575mil|WIDTH=11.0240mil
|RECORD=Track|NET=12|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2289.3600mil|Y1=2575mil|X2=2186.1700mil|Y2=2678.1900mil|WIDTH=11.0240mil
|RECORD=Track|NET=12|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2186.1700mil|Y1=2678.1900mil|X2=1979.6900mil|Y2=2678.1900mil|WIDTH=11.0240mil
|RECORD=Track|NET=12|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=1979.6900mil|Y1=2678.1900mil|X2=1947.3800mil|Y2=2645.8800mil|WIDTH=11.0240mil
|RECORD=Track|NET=12|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=1947.3800mil|Y1=2645.8800mil|X2=1947.3800mil|Y2=2580.8900mil|WIDTH=11.0240mil
|RECORD=Track|NET=12|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=1947.3800mil|Y1=2580.8900mil|X2=1953.2700mil|Y2=2575mil|WIDTH=11.0240mil
|RECORD=Track|NET=12|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=1953.2700mil|Y1=2575mil|X2=2040mil|Y2=2575mil|WIDTH=11.0240mil
|RECORD=Track|NET=6|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2340mil|Y1=1816.1000mil|X2=2285mil|Y2=1765mil|WIDTH=11.0240mil
|RECORD=Track|NET=6|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2285mil|Y1=1765mil|X2=2015mil|Y2=1765mil|WIDTH=11.0240mil
|RECORD=Track|NET=6|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2015mil|Y1=1765mil|X2=1985mil|Y2=1735mil|WIDTH=11.0240mil
|RECORD=Track|NET=6|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=1985mil|Y1=1735mil|X2=1863.5000mil|Y2=1735mil|WIDTH=11.0240mil
|RECORD=Track|NET=6|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=1863.5000mil|Y1=1735mil|X2=1833.5000mil|Y2=1765mil|WIDTH=11.0240mil
|RECORD=Track|NET=6|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=1833.5000mil|Y1=1765mil|X2=1833.5000mil|Y2=2033.4000mil|WIDTH=11.0240mil
|RECORD=Track|NET=6|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=1833.5000mil|Y1=2033.4000mil|X2=1885mil|Y2=2085mil|WIDTH=11.0240mil
|RECORD=Polygon|NET=12|ID=0|POLYGONTYPE=Polygon|POUROVERSTYLE=1|HATCHSTYLE=Solid|SELECTION=FALSE|LAYER=BOTTOM|LOCKED=FALSE|KIND0=0|VX0=1505mil|VY0=3200mil|CX0=0mil|CY0=0mil|SA0=0|EA0=0|R0=0mil|KIND1=0|VX1=3890mil|VY1=3220mil|CX1=0mil|CY1=0mil|SA1=0|EA1=0|R1=0mil|KIND2=0|VX2=3895mil|VY2=1520mil|CX2=0mil|CY2=0mil|SA2=0|EA2=0|R2=0mil|KIND3=0|VX3=1500mil|VY3=1500mil|CX3=0mil|CY3=0mil|SA3=0|EA3=0|R3=0mil|KIND4=0|VX4=1505mil|VY4=3200mil|CX4=0mil|CY4=0mil|SA4=0|EA4=0|R4=0mil
|RECORD=Track|NET=13|SELECTION=FALSE|LAYER=BOTTOMOVERLAY|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2460mil|Y1=1645mil|X2=2685mil|Y2=1645mil|WIDTH=10mil
|RECORD=Track|NET=13|SELECTION=FALSE|LAYER=BOTTOMOVERLAY|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2685mil|Y1=1645mil|X2=2685mil|Y2=2890mil|WIDTH=10mil
|RECORD=Track|NET=14|SELECTION=FALSE|LAYER=BOTTOMOVERLAY|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=1920mil|Y1=1645mil|X2=1922.7590mil|Y2=1645.9000mil|WIDTH=11.0236mil
|RECORD=Track|NET=14|SELECTION=FALSE|LAYER=BOTTOMOVERLAY|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=1922.7590mil|Y1=1645.9000mil|X2=2005.0590mil|Y2=1728.2000mil|WIDTH=11.0236mil
|RECORD=Track|NET=14|SELECTION=FALSE|LAYER=BOTTOMOVERLAY|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2005.0590mil|Y1=1728.2000mil|X2=2375.0590mil|Y2=1728.2000mil|WIDTH=11.0236mil
|RECORD=Track|NET=14|SELECTION=FALSE|LAYER=BOTTOMOVERLAY|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2375.0590mil|Y1=1728.2000mil|X2=2459.7590mil|Y2=1643.2000mil|WIDTH=11.0236mil
|RECORD=Track|NET=13|SELECTION=FALSE|LAYER=BOTTOMOVERLAY|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=1685mil|Y1=2895mil|X2=1685mil|Y2=1945mil|WIDTH=10mil
|RECORD=Track|NET=13|SELECTION=FALSE|LAYER=BOTTOMOVERLAY|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=1685mil|Y1=1945mil|X2=1735mil|Y2=1895mil|WIDTH=10mil
|RECORD=Track|NET=13|SELECTION=FALSE|LAYER=BOTTOMOVERLAY|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=1735mil|Y1=1895mil|X2=1735mil|Y2=1645mil|WIDTH=10mil
|RECORD=Track|NET=13|SELECTION=FALSE|LAYER=BOTTOMOVERLAY|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=1735mil|Y1=1645mil|X2=1920mil|Y2=1645mil|WIDTH=10mil
|RECORD=Track|NET=13|SELECTION=FALSE|LAYER=BOTTOMOVERLAY|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2535mil|Y1=2995mil|X2=2575mil|Y2=2995mil|WIDTH=10mil
|RECORD=Track|NET=13|SELECTION=FALSE|LAYER=BOTTOMOVERLAY|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2555mil|Y1=2995mil|X2=1800mil|Y2=2995mil|WIDTH=10mil
|RECORD=Text|SELECTION=FALSE|LAYER=BOTTOMOVERLAY|LOCKED=FALSE|FONTNAME=Arial|USETTFONTS=FALSE|WIDESTRING=71,78,68|WIDTH=5.9842mil|HEIGHT=30mil|ROTATION=90|MIRROR=TRUE|X=2225mil|Y=2570mil
|RECORD=Text|SELECTION=FALSE|LAYER=BOTTOMOVERLAY|LOCKED=FALSE|FONTNAME=Arial|USETTFONTS=FALSE|WIDESTRING=51,46,51,86|WIDTH=5.9842mil|HEIGHT=30mil|ROTATION=90|MIRROR=TRUE|X=2225mil|Y=2270mil
|RECORD=Text|SELECTION=FALSE|LAYER=BOTTOMOVERLAY|LOCKED=FALSE|FONTNAME=Arial|USETTFONTS=FALSE|WIDESTRING=53,86|WIDTH=5.9842mil|HEIGHT=30mil|ROTATION=90|MIRROR=TRUE|X=2225mil|Y=1945mil
|RECORD=Track|SELECTION=FALSE|LAYER=BOTTOMOVERLAY|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=1950mil|Y1=2650mil|X2=2422.4400mil|Y2=2650mil|WIDTH=10mil
|RECORD=Track|SELECTION=FALSE|LAYER=BOTTOMOVERLAY|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2422.4400mil|Y1=2650mil|X2=2422.4400mil|Y2=2419.6800mil|WIDTH=10mil
|RECORD=Track|SELECTION=FALSE|LAYER=BOTTOMOVERLAY|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2422.4400mil|Y1=2419.6800mil|X2=1950mil|Y2=2419.6800mil|WIDTH=10mil
|RECORD=Track|SELECTION=FALSE|LAYER=BOTTOMOVERLAY|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=1950mil|Y1=2419.6800mil|X2=1950mil|Y2=2650mil|WIDTH=10mil
|RECORD=Track|SELECTION=FALSE|LAYER=BOTTOMOVERLAY|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=1950mil|Y1=2345mil|X2=2422.4400mil|Y2=2345mil|WIDTH=10mil
|RECORD=Track|SELECTION=FALSE|LAYER=BOTTOMOVERLAY|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2422.4400mil|Y1=2345mil|X2=2422.4400mil|Y2=2114.6800mil|WIDTH=10mil
|RECORD=Track|SELECTION=FALSE|LAYER=BOTTOMOVERLAY|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2422.4400mil|Y1=2114.6800mil|X2=1950mil|Y2=2114.6800mil|WIDTH=10mil
|RECORD=Track|SELECTION=FALSE|LAYER=BOTTOMOVERLAY|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=1950mil|Y1=2114.6800mil|X2=1950mil|Y2=2345mil|WIDTH=10mil
|RECORD=Track|SELECTION=FALSE|LAYER=BOTTOMOVERLAY|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=1950mil|Y1=2040mil|X2=2422.4400mil|Y2=2040mil|WIDTH=10mil
|RECORD=Track|SELECTION=FALSE|LAYER=BOTTOMOVERLAY|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2422.4400mil|Y1=2040mil|X2=2422.4400mil|Y2=1809.6800mil|WIDTH=10mil
|RECORD=Track|SELECTION=FALSE|LAYER=BOTTOMOVERLAY|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=2422.4400mil|Y1=1809.6800mil|X2=1950mil|Y2=1809.6800mil|WIDTH=10mil
|RECORD=Track|SELECTION=FALSE|LAYER=BOTTOMOVERLAY|LOCKED=FALSE|POLYGONOUTLINE=FALSE|X1=1950mil|Y1=1809.6800mil|X2=1950mil|Y2=2040mil|WIDTH=10mil
|RECORD=Component|ID=0|LAYER=BOTTOMOVERLAY|X=2398.1500mil|Y=2964.9570mil|ROTATION=0|PATTERN=IMPORTED_IMAGE|SOURCEDESIGNATOR=IMPORTED_IMAGE|NAMEON=FALSE|COMMENTON=FALSE|SOURCEUNIQUEID=
|RECORD=Text|COMPONENT=0|DESIGNATOR=True|COMMENT=True|SELECTION=FALSE|LAYER=BOTTOMOVERLAY|LOCKED=FALSE|FONTNAME=Arial|USETTFONTS=FALSE|WIDESTRING=73,77,80,79,82,84,69,68,95,73,77,65,71,69|WIDTH=1mil|HEIGHT=1mil|ROTATION=0|MIRROR=FALSE|X=2398.1500mil|Y=2964.9570mil
|RECORD=Text|COMPONENT=0|DESIGNATOR=True|COMMENT=True|SELECTION=FALSE|LAYER=BOTTOMOVERLAY|LOCKED=FALSE|FONTNAME=Arial|USETTFONTS=FALSE|WIDESTRING=73,77,80,79,82,84,69,68,95,73,77,65,71,69|WIDTH=1mil|HEIGHT=1mil|ROTATION=0|MIRROR=FALSE|X=2398.1500mil|Y=2964.9570mil
|RECORD=Region|COMPONENT=0|SELECTION=FALSE|LAYER=BOTTOMOVERLAY|LOCKED=FALSE|POLYGONOUTLINE=FALSE|ISSHAPEBASED=TRUE|KIND=0|MAINCONTOURVERTEXCOUNT=38|KIND0=0|VX0=2545.6430mil|VY0=2774.0160mil|CX0=0mil|CY0=0mil|SA0=0|EA0=0|R0=0mil|KIND1=0|VX1=2545.6760mil|VY1=2768.1070mil|CX1=0mil|CY1=0mil|SA1=0|EA1=0|R1=0mil|KIND2=0|VX2=2447.3630mil|VY2=2768.1070mil|CX2=0mil|CY2=0mil|SA2=0|EA2=0|R2=0mil|KIND3=0|VX3=2447.3630mil|VY3=2779.5710mil|CX3=0mil|CY3=0mil|SA3=0|EA3=0|R3=0mil|KIND4=0|VX4=2447.6280mil|VY4=2780.1530mil|CX4=0mil|CY4=0mil|SA4=0|EA4=0|R4=0mil|KIND5=0|VX5=2448.1320mil|VY5=2780.2880mil|CX5=0mil|CY5=0mil|SA5=0|EA5=0|R5=0mil|KIND6=0|VX6=2458.9560mil|VY6=2780.2920mil|CX6=0mil|CY6=0mil|SA6=0|EA6=0|R6=0mil|KIND7=0|VX7=2458.9560mil|VY7=2780.5120mil|CX7=0mil|CY7=0mil|SA7=0|EA7=0|R7=0mil|KIND8=0|VX8=2459.3700mil|VY8=2780.6460mil|CX8=0mil|CY8=0mil|SA8=0|EA8=0|R8=0mil|KIND9=0|VX9=2459.6660mil|VY9=2781.2850mil|CX9=0mil|CY9=0mil|SA9=0|EA9=0|R9=0mil|KIND10=0|VX10=2459.6660mil|VY10=2791.9000mil|CX10=0mil|CY10=0mil|SA10=0|EA10=0|R10=0mil|KIND11=0|VX11=2459.9410mil|VY11=2792.4170mil|CX11=0mil|CY11=0mil|SA11=0|EA11=0|R11=0mil|KIND12=0|VX12=2460.3170mil|VY12=2792.7050mil|CX12=0mil|CY12=0mil|SA12=0|EA12=0|R12=0mil|KIND13=0|VX13=2465.7580mil|VY13=2792.7120mil|CX13=0mil|CY13=0mil|SA13=0|EA13=0|R13=0mil|KIND14=0|VX14=2471.2000mil|VY14=2792.7180mil|CX14=0mil|CY14=0mil|SA14=0|EA14=0|R14=0mil|KIND15=0|VX15=2471.7920mil|VY15=2793.1730mil|CX15=0mil|CY15=0mil|SA15=0|EA15=0|R15=0mil|KIND16=0|VX16=2471.8250mil|VY16=2798.7410mil|CX16=0mil|CY16=0mil|SA16=0|EA16=0|R16=0mil|KIND17=0|VX17=2471.8570mil|VY17=2804.3100mil|CX17=0mil|CY17=0mil|SA17=0|EA17=0|R17=0mil|KIND18=0|VX18=2471.3090mil|VY18=2804.8580mil|CX18=0mil|CY18=0mil|SA18=0|EA18=0|R18=0mil|KIND19=0|VX19=2452.7650mil|VY19=2805.0160mil|CX19=0mil|CY19=0mil|SA19=0|EA19=0|R19=0mil|KIND20=0|VX20=2398.1500mil|VY20=2805.0160mil|CX20=0mil|CY20=0mil|SA20=0|EA20=0|R20=0mil|KIND21=0|VX21=2398.1500mil|VY21=2964.9570mil|CX21=0mil|CY21=0mil|SA21=0|EA21=0|R21=0mil|KIND22=0|VX22=2595mil|VY22=2964.9570mil|CX22=0mil|CY22=0mil|SA22=0|EA22=0|R22=0mil|KIND23=0|VX23=2595mil|VY23=2805.0430mil|CX23=0mil|CY23=0mil|SA23=0|EA23=0|R23=0mil|KIND24=0|VX24=2521.9500mil|VY24=2804.9230mil|CX24=0mil|CY24=0mil|SA24=0|EA24=0|R24=0mil|KIND25=0|VX25=2521.4470mil|VY25=2804.7600mil|CX25=0mil|CY25=0mil|SA25=0|EA25=0|R25=0mil|KIND26=0|VX26=2521.1810mil|VY26=2804.1770mil|CX26=0mil|CY26=0mil|SA26=0|EA26=0|R26=0mil|KIND27=0|VX27=2521.1810mil|VY27=2793.2940mil|CX27=0mil|CY27=0mil|SA27=0|EA27=0|R27=0mil|KIND28=0|VX28=2521.7620mil|VY28=2792.7130mil|CX28=0mil|CY28=0mil|SA28=0|EA28=0|R28=0mil|KIND29=0|VX29=2532.7750mil|VY29=2792.7130mil|CX29=0mil|CY29=0mil|SA29=0|EA29=0|R29=0mil|KIND30=0|VX30=2532.7750mil|VY30=2792.4760mil|CX30=0mil|CY30=0mil|SA30=0|EA30=0|R30=0mil|KIND31=0|VX31=2533.1360mil|VY31=2792.4760mil|CX31=0mil|CY31=0mil|SA31=0|EA31=0|R31=0mil|KIND32=0|VX32=2533.3660mil|VY32=2791.8690mil|CX32=0mil|CY32=0mil|SA32=0|EA32=0|R32=0mil|KIND33=0|VX33=2533.3660mil|VY33=2781.1280mil|CX33=0mil|CY33=0mil|SA33=0|EA33=0|R33=0mil|KIND34=0|VX34=2534.1960mil|VY34=2780.2980mil|CX34=0mil|CY34=0mil|SA34=0|EA34=0|R34=0mil|KIND35=0|VX35=2545.3030mil|VY35=2780.2320mil|CX35=0mil|CY35=0mil|SA35=0|EA35=0|R35=0mil|KIND36=0|VX36=2545.6100mil|VY36=2779.9250mil|CX36=0mil|CY36=0mil|SA36=0|EA36=0|R36=0mil|KIND37=0|VX37=2545.6430mil|VY37=2774.0160mil|CX37=0mil|CY37=0mil|SA37=0|EA37=0|R37=0mil|HOLECOUNT=1|HOLE0VERTEXCOUNT=32|H0VX0=24230560.0000|H0VY0=28299220.0000|H0VX1=24234740.0000|H0VY1=28295040.0000|H0VX2=24234740.0000|H0VY2=28295040.0000|H0VX3=25696840.0000|H0VY3=28295040.0000|H0VX4=25696840.0000|H0VY4=28295040.0000|H0VX5=25696840.0000|H0VY5=28297250.0000|H0VX6=25696840.0000|H0VY6=28297250.0000|H0VX7=25700980.0000|H0VY7=28298590.0000|H0VX8=25700980.0000|H0VY8=28298590.0000|H0VX9=25703940.0000|H0VY9=28304980.0000|H0VX10=25703940.0000|H0VY10=28304980.0000|H0VX11=25703940.0000|H0VY11=29396410.0000|H0VX12=25703940.0000|H0VY12=29396410.0000|H0VX13=25701570.0000|H0VY13=29396410.0000|H0VX14=25701570.0000|H0VY14=29396410.0000|H0VX15=25701570.0000|H0VY15=29400180|H0VX16=25701570.0000|H0VY16=29400180|H0VX17=25696840.0000|H0VY17=29401420|H0VX18=25696840.0000|H0VY18=29401420|H0VX19=25696840.0000|H0VY19=29403510.0000|H0VX20=25696840.0000|H0VY20=29403510.0000|H0VX21=24236320.0000|H0VY21=29403510.0000|H0VX22=24236320.0000|H0VY22=29403510.0000|H0VX23=24229930.0000|H0VY23=29400550.0000|H0VX24=24229930.0000|H0VY24=29400550.0000|H0VX25=24228590.0000|H0VY25=29396410.0000|H0VX26=24228590.0000|H0VY26=29396410.0000|H0VX27=24226380.0000|H0VY27=29396410.0000|H0VX28=24226380.0000|H0VY28=29396410.0000|H0VX29=24226380.0000|H0VY29=28303400|H0VX30=24226380.0000|H0VY30=28303400|H0VX31=24230560.0000|H0VY31=28299220.0000
|RECORD=Region|COMPONENT=0|SELECTION=FALSE|LAYER=BOTTOMOVERLAY|LOCKED=FALSE|POLYGONOUTLINE=FALSE|ISSHAPEBASED=TRUE|KIND=0|MAINCONTOURVERTEXCOUNT=14|KIND0=0|VX0=2532.9370mil|VY0=2842.0580mil|CX0=0mil|CY0=0mil|SA0=0|EA0=0|R0=0mil|KIND1=0|VX1=2532.6450mil|VY1=2841.9260mil|CX1=0mil|CY1=0mil|SA1=0|EA1=0|R1=0mil|KIND2=0|VX2=2509.4590mil|VY2=2841.9260mil|CX2=0mil|CY2=0mil|SA2=0|EA2=0|R2=0mil|KIND3=0|VX3=2508.8780mil|VY3=2842.5060mil|CX3=0mil|CY3=0mil|SA3=0|EA3=0|R3=0mil|KIND4=0|VX4=2508.8780mil|VY4=2927.2080mil|CX4=0mil|CY4=0mil|SA4=0|EA4=0|R4=0mil|KIND5=0|VX5=2509.1440mil|VY5=2927.7910mil|CX5=0mil|CY5=0mil|SA5=0|EA5=0|R5=0mil|KIND6=0|VX6=2509.6470mil|VY6=2927.9260mil|CX6=0mil|CY6=0mil|SA6=0|EA6=0|R6=0mil|KIND7=0|VX7=2532.7160mil|VY7=2927.9020mil|CX7=0mil|CY7=0mil|SA7=0|EA7=0|R7=0mil|KIND8=0|VX8=2533.1430mil|VY8=2927.7910mil|CX8=0mil|CY8=0mil|SA8=0|EA8=0|R8=0mil|KIND9=0|VX9=2533.3660mil|VY9=2927.2040mil|CX9=0mil|CY9=0mil|SA9=0|EA9=0|R9=0mil|KIND10=0|VX10=2533.3650mil|VY10=2884.9490mil|CX10=0mil|CY10=0mil|SA10=0|EA10=0|R10=0mil|KIND11=0|VX11=2533.3630mil|VY11=2842.6940mil|CX11=0mil|CY11=0mil|SA11=0|EA11=0|R11=0mil|KIND12=0|VX12=2533.2280mil|VY12=2842.1910mil|CX12=0mil|CY12=0mil|SA12=0|EA12=0|R12=0mil|KIND13=0|VX13=2532.9370mil|VY13=2842.0580mil|CX13=0mil|CY13=0mil|SA13=0|EA13=0|R13=0mil
|RECORD=Region|COMPONENT=0|SELECTION=FALSE|LAYER=BOTTOMOVERLAY|LOCKED=FALSE|POLYGONOUTLINE=FALSE|ISSHAPEBASED=TRUE|KIND=0|MAINCONTOURVERTEXCOUNT=13|KIND0=0|VX0=2460.2470mil|VY0=2841.9260mil|CX0=0mil|CY0=0mil|SA0=0|EA0=0|R0=0mil|KIND1=0|VX1=2459.6660mil|VY1=2842.5060mil|CX1=0mil|CY1=0mil|SA1=0|EA1=0|R1=0mil|KIND2=0|VX2=2459.6660mil|VY2=2927.2080mil|CX2=0mil|CY2=0mil|SA2=0|EA2=0|R2=0mil|KIND3=0|VX3=2459.9310mil|VY3=2927.7910mil|CX3=0mil|CY3=0mil|SA3=0|EA3=0|R3=0mil|KIND4=0|VX4=2460.4350mil|VY4=2927.9260mil|CX4=0mil|CY4=0mil|SA4=0|EA4=0|R4=0mil|KIND5=0|VX5=2483.5030mil|VY5=2927.9020mil|CX5=0mil|CY5=0mil|SA5=0|EA5=0|R5=0mil|KIND6=0|VX6=2483.9310mil|VY6=2927.7910mil|CX6=0mil|CY6=0mil|SA6=0|EA6=0|R6=0mil|KIND7=0|VX7=2484.1540mil|VY7=2927.2040mil|CX7=0mil|CY7=0mil|SA7=0|EA7=0|R7=0mil|KIND8=0|VX8=2484.1520mil|VY8=2884.9490mil|CX8=0mil|CY8=0mil|SA8=0|EA8=0|R8=0mil|KIND9=0|VX9=2484.1510mil|VY9=2842.6940mil|CX9=0mil|CY9=0mil|SA9=0|EA9=0|R9=0mil|KIND10=0|VX10=2484.0150mil|VY10=2842.1910mil|CX10=0mil|CY10=0mil|SA10=0|EA10=0|R10=0mil|KIND11=0|VX11=2483.4330mil|VY11=2841.9260mil|CX11=0mil|CY11=0mil|SA11=0|EA11=0|R11=0mil|KIND12=0|VX12=2460.2470mil|VY12=2841.9260mil|CX12=0mil|CY12=0mil|SA12=0|EA12=0|R12=0mil
|RECORD=Text|SELECTION=FALSE|LAYER=BOTTOMOVERLAY|LOCKED=FALSE|FONTNAME=Arial|USETTFONTS=FALSE|WIDESTRING=76,85,67,73,70,69,82,73,78|WIDTH=15.9842mil|HEIGHT=80mil|ROTATION=0|MIRROR=TRUE|X=2355mil|Y=2835mil
|RECORD=Text|SELECTION=FALSE|LAYER=BOTTOMOVERLAY|LOCKED=FALSE|FONTNAME=Arial|USETTFONTS=FALSE|WIDESTRING=77,79,68,85,76,69,32,102,111,114,32,79,102,102,105,99,105,97,108,32,80,67,66|WIDTH=8mil|HEIGHT=31.4960mil|ROTATION=0|MIRROR=TRUE|X=2360mil|Y=2794.2520mil
|RECORD=Text|SELECTION=FALSE|LAYER=BOTTOMOVERLAY|LOCKED=FALSE|FONTNAME=Arial|USETTFONTS=FALSE|WIDESTRING=104,116,116,112,115,58,47,47,103,105,116,104,117,98,46,99,111,109,47,115,98,108,97,110,116,105,112,111,100,105|WIDTH=5.9842mil|HEIGHT=33.4650mil|ROTATION=0|MIRROR=TRUE|X=2560mil|Y=2708.2675mil
|RECORD=Text|SELECTION=FALSE|LAYER=BOTTOMOVERLAY|LOCKED=FALSE|FONTNAME=Arial|USETTFONTS=FALSE|WIDESTRING=40,86,50,46,48,41|WIDTH=5.9060mil|HEIGHT=23.6220mil|ROTATION=0|MIRROR=TRUE|X=2660mil|Y=1663.1890mil
|RECORD=Arc|NET=13|SELECTION=FALSE|LAYER=BOTTOMOVERLAY|LOCKED=FALSE|WIDTH=10|LOCATION.X=2575mil|LOCATION.Y=2885mil|STARTANGLE=0|ENDANGLE=90|RADIUS=110mil|SECONDARYRADIUS=110mil|KEEPOUT=FALSE
|RECORD=Arc|NET=13|SELECTION=FALSE|LAYER=BOTTOMOVERLAY|LOCKED=FALSE|WIDTH=10|LOCATION.X=1795mil|LOCATION.Y=2885mil|STARTANGLE=90|ENDANGLE=180|RADIUS=110mil|SECONDARYRADIUS=110mil|KEEPOUT=FALSE
|RECORD=Component|ID=1|LAYER=BOTTOMOVERLAY|X=1762.2240mil|Y=1730.0390mil|ROTATION=0|PATTERN=IMPORTED_IMAGE|SOURCEDESIGNATOR=IMPORTED_IMAGE|NAMEON=FALSE|COMMENTON=FALSE|SOURCEUNIQUEID=
|RECORD=Text|COMPONENT=1|DESIGNATOR=True|COMMENT=True|SELECTION=FALSE|LAYER=BOTTOMOVERLAY|LOCKED=FALSE|FONTNAME=Arial|USETTFONTS=FALSE|WIDESTRING=73,77,80,79,82,84,69,68,95,73,77,65,71,69|WIDTH=1mil|HEIGHT=1mil|ROTATION=0|MIRROR=FALSE|X=1762.2240mil|Y=1730.0390mil
|RECORD=Text|COMPONENT=1|DESIGNATOR=True|COMMENT=True|SELECTION=FALSE|LAYER=BOTTOMOVERLAY|LOCKED=FALSE|FONTNAME=Arial|USETTFONTS=FALSE|WIDESTRING=73,77,80,79,82,84,69,68,95,73,77,65,71,69|WIDTH=1mil|HEIGHT=1mil|ROTATION=0|MIRROR=FALSE|X=1762.2240mil|Y=1730.0390mil
|RECORD=Region|COMPONENT=1|SELECTION=FALSE|LAYER=BOTTOMOVERLAY|LOCKED=FALSE|POLYGONOUTLINE=FALSE|ISSHAPEBASED=TRUE|KIND=0|MAINCONTOURVERTEXCOUNT=538|KIND0=0|VX0=1816.2770mil|VY0=1663.1090mil|CX0=0mil|CY0=0mil|SA0=0|EA0=0|R0=0mil|KIND1=0|VX1=1815.8380mil|VY1=1663.1120mil|CX1=0mil|CY1=0mil|SA1=0|EA1=0|R1=0mil|KIND2=0|VX2=1815.4610mil|VY2=1663.4040mil|CX2=0mil|CY2=0mil|SA2=0|EA2=0|R2=0mil|KIND3=0|VX3=1814.6080mil|VY3=1664.0500mil|CX3=0mil|CY3=0mil|SA3=0|EA3=0|R3=0mil|KIND4=0|VX4=1814.4820mil|VY4=1664.1340mil|CX4=0mil|CY4=0mil|SA4=0|EA4=0|R4=0mil|KIND5=0|VX5=1814.2180mil|VY5=1664.3530mil|CX5=0mil|CY5=0mil|SA5=0|EA5=0|R5=0mil|KIND6=0|VX6=1812.8030mil|VY6=1665.4330mil|CX6=0mil|CY6=0mil|SA6=0|EA6=0|R6=0mil|KIND7=0|VX7=1812.6710mil|VY7=1665.5160mil|CX7=0mil|CY7=0mil|SA7=0|EA7=0|R7=0mil|KIND8=0|VX8=1812.2970mil|VY8=1665.8220mil|CX8=0mil|CY8=0mil|SA8=0|EA8=0|R8=0mil|KIND9=0|VX9=1810.6550mil|VY9=1667.0650mil|CX9=0mil|CY9=0mil|SA9=0|EA9=0|R9=0mil|KIND10=0|VX10=1810.5270mil|VY10=1667.1480mil|CX10=0mil|CY10=0mil|SA10=0|EA10=0|R10=0mil|KIND11=0|VX11=1810.0980mil|VY11=1667.5030mil|CX11=0mil|CY11=0mil|SA11=0|EA11=0|R11=0mil|KIND12=0|VX12=1809.2800mil|VY12=1668.1150mil|CX12=0mil|CY12=0mil|SA12=0|EA12=0|R12=0mil|KIND13=0|VX13=1809.0390mil|VY13=1668.2260mil|CX13=0mil|CY13=0mil|SA13=0|EA13=0|R13=0mil|KIND14=0|VX14=1808.8450mil|VY14=1668.2260mil|CX14=0mil|CY14=0mil|SA14=0|EA14=0|R14=0mil|KIND15=0|VX15=1808.5870mil|VY15=1668.0850mil|CX15=0mil|CY15=0mil|SA15=0|EA15=0|R15=0mil|KIND16=0|VX16=1808.3430mil|VY16=1667.9640mil|CX16=0mil|CY16=0mil|SA16=0|EA16=0|R16=0mil|KIND17=0|VX17=1808.1150mil|VY17=1667.8090mil|CX17=0mil|CY17=0mil|SA17=0|EA17=0|R17=0mil|KIND18=0|VX18=1807.3260mil|VY18=1667.3460mil|CX18=0mil|CY18=0mil|SA18=0|EA18=0|R18=0mil|KIND19=0|VX19=1807.0630mil|VY19=1667.1700mil|CX19=0mil|CY19=0mil|SA19=0|EA19=0|R19=0mil|KIND20=0|VX20=1806.8740mil|VY20=1667.0840mil|CX20=0mil|CY20=0mil|SA20=0|EA20=0|R20=0mil|KIND21=0|VX21=1806.3840mil|VY21=1666.7840mil|CX21=0mil|CY21=0mil|SA21=0|EA21=0|R21=0mil|KIND22=0|VX22=1805.6700mil|VY22=1666.3750mil|CX22=0mil|CY22=0mil|SA22=0|EA22=0|R22=0mil|KIND23=0|VX23=1805.5680mil|VY23=1666.3750mil|CX23=0mil|CY23=0mil|SA23=0|EA23=0|R23=0mil|KIND24=0|VX24=1805.3480mil|VY24=1666.5470mil|CX24=0mil|CY24=0mil|SA24=0|EA24=0|R24=0mil|KIND25=0|VX25=1805.1710mil|VY25=1666.9810mil|CX25=0mil|CY25=0mil|SA25=0|EA25=0|R25=0mil|KIND26=0|VX26=1804.9290mil|VY26=1667.6510mil|CX26=0mil|CY26=0mil|SA26=0|EA26=0|R26=0mil|KIND27=0|VX27=1804.8290mil|VY27=1667.9020mil|CX27=0mil|CY27=0mil|SA27=0|EA27=0|R27=0mil|KIND28=0|VX28=1804.5380mil|VY28=1668.7080mil|CX28=0mil|CY28=0mil|SA28=0|EA28=0|R28=0mil|KIND29=0|VX29=1804.3780mil|VY29=1669.1150mil|CX29=0mil|CY29=0mil|SA29=0|EA29=0|R29=0mil|KIND30=0|VX30=1804.1380mil|VY30=1669.7860mil|CX30=0mil|CY30=0mil|SA30=0|EA30=0|R30=0mil|KIND31=0|VX31=1804.0300mil|VY31=1670.0230mil|CX31=0mil|CY31=0mil|SA31=0|EA31=0|R31=0mil|KIND32=0|VX32=1804.0300mil|VY32=1670.0990mil|CX32=0mil|CY32=0mil|SA32=0|EA32=0|R32=0mil|KIND33=0|VX33=1803.8160mil|VY33=1670.6230mil|CX33=0mil|CY33=0mil|SA33=0|EA33=0|R33=0mil|KIND34=0|VX34=1803.5230mil|VY34=1671.4190mil|CX34=0mil|CY34=0mil|SA34=0|EA34=0|R34=0mil|KIND35=0|VX35=1803.2330mil|VY35=1672.2130mil|CX35=0mil|CY35=0mil|SA35=0|EA35=0|R35=0mil|KIND36=0|VX36=1803.0230mil|VY36=1672.7570mil|CX36=0mil|CY36=0mil|SA36=0|EA36=0|R36=0mil|KIND37=0|VX37=1802.7820mil|VY37=1673.4270mil|CX37=0mil|CY37=0mil|SA37=0|EA37=0|R37=0mil|KIND38=0|VX38=1802.6740mil|VY38=1673.6640mil|CX38=0mil|CY38=0mil|SA38=0|EA38=0|R38=0mil|KIND39=0|VX39=1802.6740mil|VY39=1673.7400mil|CX39=0mil|CY39=0mil|SA39=0|EA39=0|R39=0mil|KIND40=0|VX40=1802.4600mil|VY40=1674.2640mil|CX40=0mil|CY40=0mil|SA40=0|EA40=0|R40=0mil|KIND41=0|VX41=1802.2170mil|VY41=1674.9340mil|CX41=0mil|CY41=0mil|SA41=0|EA41=0|R41=0mil|KIND42=0|VX42=1802.1180mil|VY42=1675.1850mil|CX42=0mil|CY42=0mil|SA42=0|EA42=0|R42=0mil|KIND43=0|VX43=1801.7650mil|VY43=1676.1480mil|CX43=0mil|CY43=0mil|SA43=0|EA43=0|R43=0mil|KIND44=0|VX44=1801.6660mil|VY44=1676.3990mil|CX44=0mil|CY44=0mil|SA44=0|EA44=0|R44=0mil|KIND45=0|VX45=1801.4270mil|VY45=1677.0680mil|CX45=0mil|CY45=0mil|SA45=0|EA45=0|R45=0mil|KIND46=0|VX46=1801.3190mil|VY46=1677.3050mil|CX46=0mil|CY46=0mil|SA46=0|EA46=0|R46=0mil|KIND47=0|VX47=1801.3190mil|VY47=1677.3820mil|CX47=0mil|CY47=0mil|SA47=0|EA47=0|R47=0mil|KIND48=0|VX48=1801.1040mil|VY48=1677.9060mil|CX48=0mil|CY48=0mil|SA48=0|EA48=0|R48=0mil|KIND49=0|VX49=1800.8600mil|VY49=1678.5760mil|CX49=0mil|CY49=0mil|SA49=0|EA49=0|R49=0mil|KIND50=0|VX50=1800.7620mil|VY50=1678.8270mil|CX50=0mil|CY50=0mil|SA50=0|EA50=0|R50=0mil|KIND51=0|VX51=1800.4080mil|VY51=1679.7890mil|CX51=0mil|CY51=0mil|SA51=0|EA51=0|R51=0mil|KIND52=0|VX52=1800.3100mil|VY52=1680.0410mil|CX52=0mil|CY52=0mil|SA52=0|EA52=0|R52=0mil|KIND53=0|VX53=1800.0700mil|VY53=1680.7100mil|CX53=0mil|CY53=0mil|SA53=0|EA53=0|R53=0mil|KIND54=0|VX54=1799.9630mil|VY54=1680.9470mil|CX54=0mil|CY54=0mil|SA54=0|EA54=0|R54=0mil|KIND55=0|VX55=1799.9630mil|VY55=1681.0240mil|CX55=0mil|CY55=0mil|SA55=0|EA55=0|R55=0mil|KIND56=0|VX56=1799.7470mil|VY56=1681.5470mil|CX56=0mil|CY56=0mil|SA56=0|EA56=0|R56=0mil|KIND57=0|VX57=1799.5050mil|VY57=1682.2170mil|CX57=0mil|CY57=0mil|SA57=0|EA57=0|R57=0mil|KIND58=0|VX58=1799.3800mil|VY58=1682.5010mil|CX58=0mil|CY58=0mil|SA58=0|EA58=0|R58=0mil|KIND59=0|VX59=1799.3800mil|VY59=1682.9880mil|CX59=0mil|CY59=0mil|SA59=0|EA59=0|R59=0mil|KIND60=0|VX60=1799.5650mil|VY60=1683.1790mil|CX60=0mil|CY60=0mil|SA60=0|EA60=0|R60=0mil|KIND61=0|VX61=1799.8300mil|VY61=1683.3360mil|CX61=0mil|CY61=0mil|SA61=0|EA61=0|R61=0mil|KIND62=0|VX62=1800.1540mil|VY62=1683.5770mil|CX62=0mil|CY62=0mil|SA62=0|EA62=0|R62=0mil|KIND63=0|VX63=1800.1900mil|VY63=1683.5770mil|CX63=0mil|CY63=0mil|SA63=0|EA63=0|R63=0mil|KIND64=0|VX64=1800.9790mil|VY64=1684.2260mil|CX64=0mil|CY64=0mil|SA64=0|EA64=0|R64=0mil|KIND65=0|VX65=1801.4950mil|VY65=1684.6270mil|CX65=0mil|CY65=0mil|SA65=0|EA65=0|R65=0mil|KIND66=0|VX66=1801.8260mil|VY66=1684.9370mil|CX66=0mil|CY66=0mil|SA66=0|EA66=0|R66=0mil|KIND67=0|VX67=1802.6620mil|VY67=1685.8580mil|CX67=0mil|CY67=0mil|SA67=0|EA67=0|R67=0mil|KIND68=0|VX68=1803.3220mil|VY68=1686.7570mil|CX68=0mil|CY68=0mil|SA68=0|EA68=0|R68=0mil|KIND69=0|VX69=1803.6600mil|VY69=1687.3240mil|CX69=0mil|CY69=0mil|SA69=0|EA69=0|R69=0mil|KIND70=0|VX70=1803.7300mil|VY70=1687.4910mil|CX70=0mil|CY70=0mil|SA70=0|EA70=0|R70=0mil|KIND71=0|VX71=1803.8790mil|VY71=1687.7420mil|CX71=0mil|CY71=0mil|SA71=0|EA71=0|R71=0mil|KIND72=0|VX72=1804.1520mil|VY72=1688.3700mil|CX72=0mil|CY72=0mil|SA72=0|EA72=0|R72=0mil|KIND73=0|VX73=1804.2640mil|VY73=1688.6210mil|CX73=0mil|CY73=0mil|SA73=0|EA73=0|R73=0mil|KIND74=0|VX74=1804.4890mil|VY74=1689.2490mil|CX74=0mil|CY74=0mil|SA74=0|EA74=0|R74=0mil|KIND75=0|VX75=1804.5850mil|VY75=1689.5430mil|CX75=0mil|CY75=0mil|SA75=0|EA75=0|R75=0mil|KIND76=0|VX76=1804.7020mil|VY76=1690.0030mil|CX76=0mil|CY76=0mil|SA76=0|EA76=0|R76=0mil|KIND77=0|VX77=1804.8160mil|VY77=1690.5050mil|CX77=0mil|CY77=0mil|SA77=0|EA77=0|R77=0mil|KIND78=0|VX78=1804.9340mil|VY78=1691.1030mil|CX78=0mil|CY78=0mil|SA78=0|EA78=0|R78=0mil|KIND79=0|VX79=1804.9340mil|VY79=1691.3420mil|CX79=0mil|CY79=0mil|SA79=0|EA79=0|R79=0mil|KIND80=0|VX80=1805.0480mil|VY80=1691.9980mil|CX80=0mil|CY80=0mil|SA80=0|EA80=0|R80=0mil|KIND81=0|VX81=1805.0410mil|VY81=1693.5190mil|CX81=0mil|CY81=0mil|SA81=0|EA81=0|R81=0mil|KIND82=0|VX82=1804.9690mil|VY82=1694.0210mil|CX82=0mil|CY82=0mil|SA82=0|EA82=0|R82=0mil|KIND83=0|VX83=1804.9070mil|VY83=1694.6490mil|CX83=0mil|CY83=0mil|SA83=0|EA83=0|R83=0mil|KIND84=0|VX84=1804.8210mil|VY84=1694.8840mil|CX84=0mil|CY84=0mil|SA84=0|EA84=0|R84=0mil|KIND85=0|VX85=1804.8210mil|VY85=1695.1090mil|CX85=0mil|CY85=0mil|SA85=0|EA85=0|R85=0mil|KIND86=0|VX86=1804.4680mil|VY86=1696.3640mil|CX86=0mil|CY86=0mil|SA86=0|EA86=0|R86=0mil|KIND87=0|VX87=1804.2670mil|VY87=1696.9090mil|CX87=0mil|CY87=0mil|SA87=0|EA87=0|R87=0mil|KIND88=0|VX88=1803.9040mil|VY88=1697.7470mil|CX88=0mil|CY88=0mil|SA88=0|EA88=0|R88=0mil|KIND89=0|VX89=1803.6910mil|VY89=1698.1070mil|CX89=0mil|CY89=0mil|SA89=0|EA89=0|R89=0mil|KIND90=0|VX90=1803.6910mil|VY90=1698.1480mil|CX90=0mil|CY90=0mil|SA90=0|EA90=0|R90=0mil|KIND91=0|VX91=1803.2820mil|VY91=1698.8350mil|CX91=0mil|CY91=0mil|SA91=0|EA91=0|R91=0mil|KIND92=0|VX92=1803.0700mil|VY92=1699.1370mil|CX92=0mil|CY92=0mil|SA92=0|EA92=0|R92=0mil|KIND93=0|VX93=1802.6490mil|VY93=1699.7140mil|CX93=0mil|CY93=0mil|SA93=0|EA93=0|R93=0mil|KIND94=0|VX94=1802.0530mil|VY94=1700.3840mil|CX94=0mil|CY94=0mil|SA94=0|EA94=0|R94=0mil|KIND95=0|VX95=1801.3760mil|VY95=1701.0150mil|CX95=0mil|CY95=0mil|SA95=0|EA95=0|R95=0mil|KIND96=0|VX96=1800.9400mil|VY96=1701.3460mil|CX96=0mil|CY96=0mil|SA96=0|EA96=0|R96=0mil|KIND97=0|VX97=1800.3960mil|VY97=1701.7400mil|CX97=0mil|CY97=0mil|SA97=0|EA97=0|R97=0mil|KIND98=0|VX98=1799.3800mil|VY98=1702.2990mil|CX98=0mil|CY98=0mil|SA98=0|EA98=0|R98=0mil|KIND99=0|VX99=1799.1530mil|VY99=1702.4060mil|CX99=0mil|CY99=0mil|SA99=0|EA99=0|R99=0mil|KIND100=0|VX100=1798.8140mil|VY100=1702.5470mil|CX100=0mil|CY100=0mil|SA100=0|EA100=0|R100=0mil|KIND101=0|VX101=1798.5670mil|VY101=1702.6640mil|CX101=0mil|CY101=0mil|SA101=0|EA101=0|R101=0mil|KIND102=0|VX102=1798.4000mil|VY102=1702.6670mil|CX102=0mil|CY102=0mil|SA102=0|EA102=0|R102=0mil|KIND103=0|VX103=1798.2120mil|VY103=1702.7870mil|CX103=0mil|CY103=0mil|SA103=0|EA103=0|R103=0mil|KIND104=0|VX104=1798.0330mil|VY104=1702.7900mil|CX104=0mil|CY104=0mil|SA104=0|EA104=0|R104=0mil|KIND105=0|VX105=1797.6850mil|VY105=1702.9100mil|CX105=0mil|CY105=0mil|SA105=0|EA105=0|R105=0mil|KIND106=0|VX106=1797.2320mil|VY106=1703.0100mil|CX106=0mil|CY106=0mil|SA106=0|EA106=0|R106=0mil|KIND107=0|VX107=1796.6300mil|VY107=1703.0800mil|CX107=0mil|CY107=0mil|SA107=0|EA107=0|R107=0mil|KIND108=0|VX108=1796.1020mil|VY108=1703.1640mil|CX108=0mil|CY108=0mil|SA108=0|EA108=0|R108=0mil|KIND109=0|VX109=1795.3490mil|VY109=1703.1640mil|CX109=0mil|CY109=0mil|SA109=0|EA109=0|R109=0mil|KIND110=0|VX110=1794.8220mil|VY110=1703.0810mil|CX110=0mil|CY110=0mil|SA110=0|EA110=0|R110=0mil|KIND111=0|VX111=1794.3700mil|VY111=1703.0380mil|CX111=0mil|CY111=0mil|SA111=0|EA111=0|R111=0mil|KIND112=0|VX112=1793.7670mil|VY112=1702.9100mil|CX112=0mil|CY112=0mil|SA112=0|EA112=0|R112=0mil|KIND113=0|VX113=1793.3160mil|VY113=1702.7850mil|CX113=0mil|CY113=0mil|SA113=0|EA113=0|R113=0mil|KIND114=0|VX114=1792.9010mil|VY114=1702.6540mil|CX114=0mil|CY114=0mil|SA114=0|EA114=0|R114=0mil|KIND115=0|VX115=1792.1650mil|VY115=1702.3720mil|CX115=0mil|CY115=0mil|SA115=0|EA115=0|R115=0mil|KIND116=0|VX116=1791.6020mil|VY116=1702.0610mil|CX116=0mil|CY116=0mil|SA116=0|EA116=0|R116=0mil|KIND117=0|VX117=1791.1690mil|VY117=1701.8260mil|CX117=0mil|CY117=0mil|SA117=0|EA117=0|R117=0mil|KIND118=0|VX118=1790.8670mil|VY118=1701.6360mil|CX118=0mil|CY118=0mil|SA118=0|EA118=0|R118=0mil|KIND119=0|VX119=1790.5280mil|VY119=1701.3950mil|CX119=0mil|CY119=0mil|SA119=0|EA119=0|R119=0mil|KIND120=0|VX120=1789.7750mil|VY120=1700.7660mil|CX120=0mil|CY120=0mil|SA120=0|EA120=0|R120=0mil|KIND121=0|VX121=1789.4740mil|VY121=1700.4750mil|CX121=0mil|CY121=0mil|SA121=0|EA121=0|R121=0mil|KIND122=0|VX122=1789.0960mil|VY122=1700.0790mil|CX122=0mil|CY122=0mil|SA122=0|EA122=0|R122=0mil|KIND123=0|VX123=1788.6790mil|VY123=1699.5880mil|CX123=0mil|CY123=0mil|SA123=0|EA123=0|R123=0mil|KIND124=0|VX124=1788.4240mil|VY124=1699.2120mil|CX124=0mil|CY124=0mil|SA124=0|EA124=0|R124=0mil|KIND125=0|VX125=1788.3420mil|VY125=1699.1280mil|CX125=0mil|CY125=0mil|SA125=0|EA125=0|R125=0mil|KIND126=0|VX126=1788.0990mil|VY126=1698.7800mil|CX126=0mil|CY126=0mil|SA126=0|EA126=0|R126=0mil|KIND127=0|VX127=1788.0990mil|VY127=1698.7210mil|CX127=0mil|CY127=0mil|SA127=0|EA127=0|R127=0mil|KIND128=0|VX128=1787.8720mil|VY128=1698.4040mil|CX128=0mil|CY128=0mil|SA128=0|EA128=0|R128=0mil|KIND129=0|VX129=1787.8720mil|VY129=1698.3470mil|CX129=0mil|CY129=0mil|SA129=0|EA129=0|R129=0mil|KIND130=0|VX130=1787.6930mil|VY130=1698.0810mil|CX130=0mil|CY130=0mil|SA130=0|EA130=0|R130=0mil|KIND131=0|VX131=1787.4260mil|VY131=1697.5370mil|CX131=0mil|CY131=0mil|SA131=0|EA131=0|R131=0mil|KIND132=0|VX132=1787.3400mil|VY132=1697.3270mil|CX132=0mil|CY132=0mil|SA132=0|EA132=0|R132=0mil|KIND133=0|VX133=1787.2330mil|VY133=1697.1190mil|CX133=0mil|CY133=0mil|SA133=0|EA133=0|R133=0mil|KIND134=0|VX134=1786.9120mil|VY134=1696.2190mil|CX134=0mil|CY134=0mil|SA134=0|EA134=0|R134=0mil|KIND135=0|VX135=1786.8640mil|VY135=1696.0720mil|CX135=0mil|CY135=0mil|SA135=0|EA135=0|R135=0mil|KIND136=0|VX136=1786.6390mil|VY136=1695.1930mil|CX136=0mil|CY136=0mil|SA136=0|EA136=0|R136=0mil|KIND137=0|VX137=1786.5210mil|VY137=1694.5650mil|CX137=0mil|CY137=0mil|SA137=0|EA137=0|R137=0mil|KIND138=0|VX138=1786.4020mil|VY138=1693.6870mil|CX138=0mil|CY138=0mil|SA138=0|EA138=0|R138=0mil|KIND139=0|VX139=1786.4030mil|VY139=1691.7650mil|CX139=0mil|CY139=0mil|SA139=0|EA139=0|R139=0mil|KIND140=0|VX140=1786.5210mil|VY140=1690.9660mil|CX140=0mil|CY140=0mil|SA140=0|EA140=0|R140=0mil|KIND141=0|VX141=1786.6580mil|VY141=1690.2540mil|CX141=0mil|CY141=0mil|SA141=0|EA141=0|R141=0mil|KIND142=0|VX142=1786.8900mil|VY142=1689.3750mil|CX142=0mil|CY142=0mil|SA142=0|EA142=0|R142=0mil|KIND143=0|VX143=1787.0130mil|VY143=1688.9990mil|CX143=0mil|CY143=0mil|SA143=0|EA143=0|R143=0mil|KIND144=0|VX144=1787.0820mil|VY144=1688.9180mil|CX144=0mil|CY144=0mil|SA144=0|EA144=0|R144=0mil|KIND145=0|VX145=1787.0820mil|VY145=1688.7990mil|CX145=0mil|CY145=0mil|SA145=0|EA145=0|R145=0mil|KIND146=0|VX146=1787.5460mil|VY146=1687.7420mil|CX146=0mil|CY146=0mil|SA146=0|EA146=0|R146=0mil|KIND147=0|VX147=1787.8320mil|VY147=1687.2400mil|CX147=0mil|CY147=0mil|SA147=0|EA147=0|R147=0mil|KIND148=0|VX148=1787.8850mil|VY148=1687.1140mil|CX148=0mil|CY148=0mil|SA148=0|EA148=0|R148=0mil|KIND149=0|VX149=1788.0930mil|VY149=1686.8170mil|CX149=0mil|CY149=0mil|SA149=0|EA149=0|R149=0mil|KIND150=0|VX150=1788.3530mil|VY150=1686.3800mil|CX150=0mil|CY150=0mil|SA150=0|EA150=0|R150=0mil|KIND151=0|VX151=1789.1140mil|VY151=1685.4230mil|CX151=0mil|CY151=0mil|SA151=0|EA151=0|R151=0mil|KIND152=0|VX152=1790.0130mil|VY152=1684.5460mil|CX152=0mil|CY152=0mil|SA152=0|EA152=0|R152=0mil|KIND153=0|VX153=1790.1750mil|VY153=1684.4510mil|CX153=0mil|CY153=0mil|SA153=0|EA153=0|R153=0mil|KIND154=0|VX154=1791.2110mil|VY154=1683.5980mil|CX154=0mil|CY154=0mil|SA154=0|EA154=0|R154=0mil|KIND155=0|VX155=1791.3560mil|VY155=1683.4930mil|CX155=0mil|CY155=0mil|SA155=0|EA155=0|R155=0mil|KIND156=0|VX156=1791.4690mil|VY156=1683.4390mil|CX156=0mil|CY156=0mil|SA156=0|EA156=0|R156=0mil|KIND157=0|VX157=1791.8840mil|VY157=1683.1470mil|CX157=0mil|CY157=0mil|SA157=0|EA157=0|R157=0mil|KIND158=0|VX158=1792.0530mil|VY158=1682.9290mil|CX158=0mil|CY158=0mil|SA158=0|EA158=0|R158=0mil|KIND159=0|VX159=1792.0530mil|VY159=1682.5410mil|CX159=0mil|CY159=0mil|SA159=0|EA159=0|R159=0mil|KIND160=0|VX160=1791.8160mil|VY160=1681.9250mil|CX160=0mil|CY160=0mil|SA160=0|EA160=0|R160=0mil|KIND161=0|VX161=1791.6020mil|VY161=1681.4010mil|CX161=0mil|CY161=0mil|SA161=0|EA161=0|R161=0mil|KIND162=0|VX162=1791.6020mil|VY162=1681.3240mil|CX162=0mil|CY162=0mil|SA162=0|EA162=0|R162=0mil|KIND163=0|VX163=1791.4930mil|VY163=1681.0860mil|CX163=0mil|CY163=0mil|SA163=0|EA163=0|R163=0mil|KIND164=0|VX164=1791.2540mil|VY164=1680.4160mil|CX164=0mil|CY164=0mil|SA164=0|EA164=0|R164=0mil|KIND165=0|VX165=1791.0420mil|VY165=1679.8720mil|CX165=0mil|CY165=0mil|SA165=0|EA165=0|R165=0mil|KIND166=0|VX166=1790.8020mil|VY166=1679.2030mil|CX166
gitextract_t8zs_p65/ ├── .github/ │ ├── FUNDING.yml │ ├── ISSUE_TEMPLATE/ │ │ ├── bug_report.yaml │ │ ├── config.yml │ │ └── feature_request.yaml │ ├── dependabot.yml │ └── workflows/ │ ├── ai_moderator.yaml │ ├── codeql.yml │ ├── main.yml │ ├── release.yml │ └── stale.yml ├── .gitignore ├── .gitmodules ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── assets/ │ ├── CAD_schematics/ │ │ ├── luciferin_modules/ │ │ │ ├── ethernet/ │ │ │ │ ├── 2.0/ │ │ │ │ │ ├── PCB_Luciferin_Module_V2.0_ETH_final.pcbdoc │ │ │ │ │ └── PCB_PCB_Luciferin_Module_V2.0_ETH_final.json │ │ │ │ └── 2.1/ │ │ │ │ ├── PCB_Luciferin_Module_V2.1_ETH_final.pcbdoc │ │ │ │ └── PCB_PCB_Luciferin_Module_V2.1_ETH_final.json │ │ │ └── standard/ │ │ │ ├── 2.0/ │ │ │ │ ├── Luciferin_Module_V2.0_final.pcbdoc │ │ │ │ └── PCB_Luciferin_Module_V2.0_final.json │ │ │ └── 2.1/ │ │ │ ├── PCB_Luciferin_Module_V2.1_final.pcbdoc │ │ │ └── PCB_PCB_Luciferin_Module_V2.1_final.json │ │ ├── luciferin_official_pcb/ │ │ │ ├── Drill_PTH_Through.DRL │ │ │ ├── Gerber_BoardOutlineLayer.GKO │ │ │ ├── Gerber_BottomLayer.GBL │ │ │ ├── Gerber_BottomSilkscreenLayer.GBO │ │ │ ├── Gerber_BottomSolderMaskLayer.GBS │ │ │ ├── Gerber_TopLayer.GTL │ │ │ ├── Gerber_TopSilkscreenLayer.GTO │ │ │ └── Gerber_TopSolderMaskLayer.GTS │ │ └── old_pcb/ │ │ ├── PCB_ESP32/ │ │ │ ├── Gerber_BoardOutline.GKO │ │ │ ├── Gerber_BottomLayer.GBL │ │ │ ├── Gerber_BottomSilkLayer.GBO │ │ │ ├── Gerber_BottomSolderMaskLayer.GBS │ │ │ ├── Gerber_Drill_PTH.DRL │ │ │ ├── Gerber_TopLayer.GTL │ │ │ ├── Gerber_TopSilkLayer.GTO │ │ │ └── Gerber_TopSolderMaskLayer.GTS │ │ └── tiny_pico/ │ │ ├── Drill_NPTH_Through.DRL │ │ ├── Drill_PTH_Through.DRL │ │ ├── Gerber_BoardOutlineLayer.GKO │ │ ├── Gerber_BottomLayer.GBL │ │ ├── Gerber_BottomSilkscreenLayer.GBO │ │ ├── Gerber_BottomSolderMaskLayer.GBS │ │ ├── Gerber_MechanicalLayer.GML │ │ ├── Gerber_TopLayer.GTL │ │ ├── Gerber_TopSilkscreenLayer.GTO │ │ └── Gerber_TopSolderMaskLayer.GTS │ ├── STL_by_pbl0m/ │ │ ├── DV_Luciferin_Case_Body_1.3.stl │ │ ├── Luciferin_Case_Body_1.3.stl │ │ └── Universal_Luciferin_Case_Lid_1.3.stl │ └── fritzing/ │ └── ambilight.fzz ├── data/ │ └── filesystem.txt ├── docs/ │ ├── beta.html │ ├── beta2.html │ ├── fa/ │ │ ├── LICENSE.txt │ │ ├── attribution.js │ │ ├── css/ │ │ │ ├── all.css │ │ │ ├── brands.css │ │ │ ├── fontawesome.css │ │ │ ├── regular.css │ │ │ ├── solid.css │ │ │ ├── svg-with-js.css │ │ │ └── v4-shims.css │ │ ├── js/ │ │ │ ├── all.js │ │ │ ├── brands.js │ │ │ ├── conflict-detection.js │ │ │ ├── fontawesome.js │ │ │ ├── regular.js │ │ │ ├── solid.js │ │ │ └── v4-shims.js │ │ ├── less/ │ │ │ ├── _animated.less │ │ │ ├── _bordered-pulled.less │ │ │ ├── _core.less │ │ │ ├── _fixed-width.less │ │ │ ├── _icons.less │ │ │ ├── _larger.less │ │ │ ├── _list.less │ │ │ ├── _mixins.less │ │ │ ├── _rotated-flipped.less │ │ │ ├── _screen-reader.less │ │ │ ├── _shims.less │ │ │ ├── _stacked.less │ │ │ ├── _variables.less │ │ │ ├── brands.less │ │ │ ├── fontawesome.less │ │ │ ├── regular.less │ │ │ ├── solid.less │ │ │ └── v4-shims.less │ │ ├── metadata/ │ │ │ ├── categories.yml │ │ │ ├── icons.json │ │ │ ├── icons.yml │ │ │ ├── shims.json │ │ │ ├── shims.yml │ │ │ └── sponsors.yml │ │ └── scss/ │ │ ├── _animated.scss │ │ ├── _bordered-pulled.scss │ │ ├── _core.scss │ │ ├── _fixed-width.scss │ │ ├── _icons.scss │ │ ├── _larger.scss │ │ ├── _list.scss │ │ ├── _mixins.scss │ │ ├── _rotated-flipped.scss │ │ ├── _screen-reader.scss │ │ ├── _shims.scss │ │ ├── _stacked.scss │ │ ├── _variables.scss │ │ ├── brands.scss │ │ ├── fontawesome.scss │ │ ├── regular.scss │ │ ├── solid.scss │ │ └── v4-shims.scss │ ├── fa6/ │ │ ├── LICENSE.txt │ │ ├── css/ │ │ │ ├── all.css │ │ │ ├── brands.css │ │ │ ├── fontawesome.css │ │ │ ├── regular.css │ │ │ ├── solid.css │ │ │ ├── svg-with-js.css │ │ │ ├── v4-font-face.css │ │ │ ├── v4-shims.css │ │ │ └── v5-font-face.css │ │ ├── js/ │ │ │ ├── all.js │ │ │ ├── brands.js │ │ │ ├── conflict-detection.js │ │ │ ├── fontawesome.js │ │ │ ├── regular.js │ │ │ ├── solid.js │ │ │ └── v4-shims.js │ │ ├── less/ │ │ │ ├── _animated.less │ │ │ ├── _bordered-pulled.less │ │ │ ├── _core.less │ │ │ ├── _fixed-width.less │ │ │ ├── _icons.less │ │ │ ├── _list.less │ │ │ ├── _mixins.less │ │ │ ├── _rotated-flipped.less │ │ │ ├── _screen-reader.less │ │ │ ├── _shims.less │ │ │ ├── _sizing.less │ │ │ ├── _stacked.less │ │ │ ├── _variables.less │ │ │ ├── brands.less │ │ │ ├── fontawesome.less │ │ │ ├── regular.less │ │ │ ├── solid.less │ │ │ └── v4-shims.less │ │ ├── metadata/ │ │ │ ├── categories.yml │ │ │ ├── icons.json │ │ │ ├── icons.yml │ │ │ ├── shims.json │ │ │ ├── shims.yml │ │ │ └── sponsors.yml │ │ └── scss/ │ │ ├── _animated.scss │ │ ├── _bordered-pulled.scss │ │ ├── _core.scss │ │ ├── _fixed-width.scss │ │ ├── _functions.scss │ │ ├── _icons.scss │ │ ├── _list.scss │ │ ├── _mixins.scss │ │ ├── _rotated-flipped.scss │ │ ├── _screen-reader.scss │ │ ├── _shims.scss │ │ ├── _sizing.scss │ │ ├── _stacked.scss │ │ ├── _variables.scss │ │ ├── brands.scss │ │ ├── fontawesome.scss │ │ ├── regular.scss │ │ ├── solid.scss │ │ └── v4-shims.scss │ ├── index.html │ ├── script/ │ │ ├── build │ │ ├── develop │ │ └── stubgen.py │ ├── static/ │ │ ├── firmware_build/ │ │ │ ├── manifest_full.json │ │ │ └── manifest_light.json │ │ ├── firmware_build_beta/ │ │ │ ├── manifest_full.json │ │ │ └── manifest_light.json │ │ └── firmware_build_previous/ │ │ ├── manifest_full.json │ │ └── manifest_light.json │ ├── stl/ │ │ ├── DV_Luciferin_Case_Body_1.3.stl │ │ ├── Luciferin_Case_Body_1.3.stl │ │ └── Universal_Luciferin_Case_Lid_1.3.stl │ ├── third_party_scripts/ │ │ └── iro5_2_2.js │ ├── webInterface.css │ ├── webInterface.js │ └── webInterfaceSettings.js ├── home_assistant_luciferin_package.yaml ├── include/ │ ├── EffectsManager.h │ ├── Globals.h │ ├── GlowWormLuciferin.h │ ├── LedManager.h │ ├── NetManager.h │ ├── Version.h │ └── WebSettings.h ├── partitions/ │ ├── ESP32_4M_1800K_FLASH_300K_FS_OTA.csv │ └── ESP32_4M_1800K_FLASH_300K_FS_OTA_ZIGBEE.csv ├── platformio.ini ├── release.sh ├── secrets.ini.template ├── src/ │ ├── EffectsManager.cpp │ ├── Globals.cpp │ ├── GlowWormLuciferin.cpp │ ├── LedManager.cpp │ └── NetManager.cpp └── version
SYMBOL INDEX (646 symbols across 25 files)
FILE: docs/fa/js/all.js
function bunker (line 35) | function bunker(fn) {
function _defineProperty (line 45) | function _defineProperty(obj, key, value) {
function _objectSpread (line 60) | function _objectSpread(target) {
function defineIcons (line 86) | function defineIcons(prefix, icons) {
function bunker (line 616) | function bunker(fn) {
function _defineProperty (line 626) | function _defineProperty(obj, key, value) {
function _objectSpread (line 641) | function _objectSpread(target) {
function defineIcons (line 667) | function defineIcons(prefix, icons) {
function bunker (line 892) | function bunker(fn) {
function _defineProperty (line 902) | function _defineProperty(obj, key, value) {
function _objectSpread (line 917) | function _objectSpread(target) {
function defineIcons (line 943) | function defineIcons(prefix, icons) {
function _typeof (line 1991) | function _typeof(obj) {
function _classCallCheck (line 2005) | function _classCallCheck(instance, Constructor) {
function _defineProperties (line 2011) | function _defineProperties(target, props) {
function _createClass (line 2021) | function _createClass(Constructor, protoProps, staticProps) {
function _defineProperty (line 2027) | function _defineProperty(obj, key, value) {
function _objectSpread (line 2042) | function _objectSpread(target) {
function _slicedToArray (line 2061) | function _slicedToArray(arr, i) {
function _toConsumableArray (line 2065) | function _toConsumableArray(arr) {
function _arrayWithoutHoles (line 2069) | function _arrayWithoutHoles(arr) {
function _arrayWithHoles (line 2077) | function _arrayWithHoles(arr) {
function _iterableToArray (line 2081) | function _iterableToArray(iter) {
function _iterableToArrayLimit (line 2085) | function _iterableToArrayLimit(arr, i) {
function _nonIterableSpread (line 2111) | function _nonIterableSpread() {
function _nonIterableRest (line 2115) | function _nonIterableRest() {
function getAttrConfig (line 2210) | function getAttrConfig(attr) {
function coerce (line 2218) | function coerce(val) {
function domready (line 2289) | function domready (fn) {
function asyncFlush (line 2306) | function asyncFlush() {
function asyncCall (line 2317) | function asyncCall(callback, arg) {
function invokeResolver (line 2326) | function invokeResolver(resolver, promise) {
function invokeCallback (line 2342) | function invokeCallback(subscriber) {
function handleThenable (line 2370) | function handleThenable(promise, value) {
function resolve (line 2413) | function resolve(promise, value) {
function fulfill (line 2419) | function fulfill(promise, value) {
function reject (line 2427) | function reject(promise, reason) {
function publish (line 2435) | function publish(promise) {
function publishFulfillment (line 2439) | function publishFulfillment(promise) {
function publishRejection (line 2444) | function publishRejection(promise) {
function notifyRejectionHandled (line 2453) | function notifyRejectionHandled(promise) {
function P (line 2461) | function P(resolver) {
function resolver (line 2520) | function resolver(index) {
function isReserved (line 2593) | function isReserved(name) {
function bunker (line 2597) | function bunker(fn) {
function insertCss (line 2606) | function insertCss(css) {
function nextUniqueId (line 2630) | function nextUniqueId() {
function toArray (line 2640) | function toArray(obj) {
function classArray (line 2649) | function classArray(node) {
function getIconName (line 2658) | function getIconName(familyPrefix, cls) {
function htmlEscape (line 2669) | function htmlEscape(str) {
function joinAttributes (line 2672) | function joinAttributes(attributes) {
function joinStyles (line 2677) | function joinStyles(styles) {
function transformIsMeaningful (line 2682) | function transformIsMeaningful(transform) {
function transformForSvg (line 2685) | function transformForSvg(_ref) {
function transformForCss (line 2707) | function transformForCss(_ref2) {
function fillBlack (line 2737) | function fillBlack(abstract) {
function deGroup (line 2747) | function deGroup(abstract) {
function makeIconMasking (line 2755) | function makeIconMasking (_ref) {
function makeIconStandard (line 2828) | function makeIconStandard (_ref) {
function asIcon (line 2869) | function asIcon (_ref) {
function asSymbol (line 2896) | function asSymbol (_ref) {
function makeInlineSvgAbstract (line 2918) | function makeInlineSvgAbstract(params) {
function makeLayersTextAbstract (line 2995) | function makeLayersTextAbstract(params) {
function makeLayersCounterAbstract (line 3052) | function makeLayersCounterAbstract(params) {
function toHex (line 3162) | function toHex(unicode) {
function defineIcons (line 3173) | function defineIcons(prefix, icons) {
function byUnicode (line 3254) | function byUnicode(prefix, unicode) {
function byLigature (line 3257) | function byLigature(prefix, ligature) {
function byOldName (line 3260) | function byOldName(name) {
function getCanonicalIcon (line 3275) | function getCanonicalIcon(values) {
function iconFromMapping (line 3294) | function iconFromMapping(mapping, prefix, iconName) {
function toHtml (line 3304) | function toHtml(abstractNodes) {
function isWatched (line 3320) | function isWatched(node) {
function getMutator (line 3325) | function getMutator() {
function performOperationSync (line 3384) | function performOperationSync(op) {
function perform (line 3388) | function perform(mutations, callback) {
function disableObservation (line 3410) | function disableObservation() {
function enableObservation (line 3413) | function enableObservation() {
function observe (line 3417) | function observe(options) {
function disconnect (line 3468) | function disconnect() {
function styleParser (line 3473) | function styleParser (node) {
function classParser (line 3494) | function classParser (node) {
function transformParser (line 3582) | function transformParser (node) {
function symbolParser (line 3586) | function symbolParser (node) {
function attributesParser (line 3591) | function attributesParser (node) {
function maskParser (line 3614) | function maskParser (node) {
function blankMeta (line 3626) | function blankMeta() {
function parseMeta (line 3643) | function parseMeta(node) {
function MissingIcon (line 3671) | function MissingIcon(error) {
function asFoundIcon (line 3750) | function asFoundIcon(icon) {
function findIcon (line 3799) | function findIcon(iconName, prefix) {
function generateSvgReplacementMutation (line 3823) | function generateSvgReplacementMutation(node, nodeMeta) {
function generateLayersText (line 3859) | function generateLayersText(node, nodeMeta) {
function generateMutation (line 3888) | function generateMutation(node) {
function onTree (line 3898) | function onTree(root) {
function onNode (line 3968) | function onNode(node) {
function replaceForPosition (line 3977) | function replaceForPosition(node, position) {
function replace (line 4054) | function replace(node) {
function processable (line 4058) | function processable(node) {
function searchPseudoElements (line 4062) | function searchPseudoElements (root) {
function css (line 4082) | function css () {
function Library (line 4102) | function Library() {
function ensureCss (line 4150) | function ensureCss() {
function apiObject (line 4158) | function apiObject(val, abstractCreator) {
function findIconDefinition (line 4180) | function findIconDefinition(iconLookup) {
function resolveIcons (line 4188) | function resolveIcons(next) {
function bootstrap (line 4431) | function bootstrap() {
FILE: docs/fa/js/brands.js
function bunker (line 35) | function bunker(fn) {
function _defineProperty (line 45) | function _defineProperty(obj, key, value) {
function _objectSpread (line 60) | function _objectSpread(target) {
function defineIcons (line 86) | function defineIcons(prefix, icons) {
FILE: docs/fa/js/conflict-detection.js
function _typeof (line 11) | function _typeof(obj) {
function _defineProperty (line 25) | function _defineProperty(obj, key, value) {
function _objectSpread (line 40) | function _objectSpread(target) {
function domready (line 94) | function domready (fn) {
function report (line 99) | function report (_ref) {
function createCommonjsModule (line 167) | function createCommonjsModule(fn, module) {
function safeAdd (line 183) | function safeAdd(x, y) {
function bitRotateLeft (line 197) | function bitRotateLeft(num, cnt) {
function md5cmn (line 213) | function md5cmn(q, a, b, x, s, t) {
function md5ff (line 230) | function md5ff(a, b, c, d, x, s, t) {
function md5gg (line 247) | function md5gg(a, b, c, d, x, s, t) {
function md5hh (line 264) | function md5hh(a, b, c, d, x, s, t) {
function md5ii (line 281) | function md5ii(a, b, c, d, x, s, t) {
function binlMD5 (line 293) | function binlMD5(x, len) {
function binl2rstr (line 392) | function binl2rstr(input) {
function rstr2binl (line 412) | function rstr2binl(input) {
function rstrMD5 (line 437) | function rstrMD5(s) {
function rstrHMACMD5 (line 449) | function rstrHMACMD5(key, data) {
function rstr2hex (line 477) | function rstr2hex(input) {
function str2rstrUTF8 (line 498) | function str2rstrUTF8(input) {
function rawMD5 (line 509) | function rawMD5(s) {
function hexMD5 (line 520) | function hexMD5(s) {
function rawHMACMD5 (line 532) | function rawHMACMD5(k, d) {
function hexHMACMD5 (line 544) | function hexHMACMD5(k, d) {
function md5 (line 559) | function md5(string, key, raw) {
function md5ForNode (line 583) | function md5ForNode(node) {
function pollUntil (line 610) | function pollUntil(_ref) {
function detectWebfontConflicts (line 652) | function detectWebfontConflicts() {
function detectSvgConflicts (line 771) | function detectSvgConflicts(currentScript) {
function setDoneResults (line 851) | function setDoneResults(_ref2) {
function conflictDetection (line 860) | function conflictDetection() {
function bunker (line 978) | function bunker(fn) {
FILE: docs/fa/js/fontawesome.js
function _typeof (line 8) | function _typeof(obj) {
function _classCallCheck (line 22) | function _classCallCheck(instance, Constructor) {
function _defineProperties (line 28) | function _defineProperties(target, props) {
function _createClass (line 38) | function _createClass(Constructor, protoProps, staticProps) {
function _defineProperty (line 44) | function _defineProperty(obj, key, value) {
function _objectSpread (line 59) | function _objectSpread(target) {
function _slicedToArray (line 78) | function _slicedToArray(arr, i) {
function _toConsumableArray (line 82) | function _toConsumableArray(arr) {
function _arrayWithoutHoles (line 86) | function _arrayWithoutHoles(arr) {
function _arrayWithHoles (line 94) | function _arrayWithHoles(arr) {
function _iterableToArray (line 98) | function _iterableToArray(iter) {
function _iterableToArrayLimit (line 102) | function _iterableToArrayLimit(arr, i) {
function _nonIterableSpread (line 128) | function _nonIterableSpread() {
function _nonIterableRest (line 132) | function _nonIterableRest() {
function getAttrConfig (line 227) | function getAttrConfig(attr) {
function coerce (line 235) | function coerce(val) {
function domready (line 306) | function domready (fn) {
function asyncFlush (line 323) | function asyncFlush() {
function asyncCall (line 334) | function asyncCall(callback, arg) {
function invokeResolver (line 343) | function invokeResolver(resolver, promise) {
function invokeCallback (line 359) | function invokeCallback(subscriber) {
function handleThenable (line 387) | function handleThenable(promise, value) {
function resolve (line 430) | function resolve(promise, value) {
function fulfill (line 436) | function fulfill(promise, value) {
function reject (line 444) | function reject(promise, reason) {
function publish (line 452) | function publish(promise) {
function publishFulfillment (line 456) | function publishFulfillment(promise) {
function publishRejection (line 461) | function publishRejection(promise) {
function notifyRejectionHandled (line 470) | function notifyRejectionHandled(promise) {
function P (line 478) | function P(resolver) {
function resolver (line 537) | function resolver(index) {
function isReserved (line 610) | function isReserved(name) {
function bunker (line 614) | function bunker(fn) {
function insertCss (line 623) | function insertCss(css) {
function nextUniqueId (line 647) | function nextUniqueId() {
function toArray (line 657) | function toArray(obj) {
function classArray (line 666) | function classArray(node) {
function getIconName (line 675) | function getIconName(familyPrefix, cls) {
function htmlEscape (line 686) | function htmlEscape(str) {
function joinAttributes (line 689) | function joinAttributes(attributes) {
function joinStyles (line 694) | function joinStyles(styles) {
function transformIsMeaningful (line 699) | function transformIsMeaningful(transform) {
function transformForSvg (line 702) | function transformForSvg(_ref) {
function transformForCss (line 724) | function transformForCss(_ref2) {
function fillBlack (line 754) | function fillBlack(abstract) {
function deGroup (line 764) | function deGroup(abstract) {
function makeIconMasking (line 772) | function makeIconMasking (_ref) {
function makeIconStandard (line 845) | function makeIconStandard (_ref) {
function asIcon (line 886) | function asIcon (_ref) {
function asSymbol (line 913) | function asSymbol (_ref) {
function makeInlineSvgAbstract (line 935) | function makeInlineSvgAbstract(params) {
function makeLayersTextAbstract (line 1012) | function makeLayersTextAbstract(params) {
function makeLayersCounterAbstract (line 1069) | function makeLayersCounterAbstract(params) {
function toHex (line 1179) | function toHex(unicode) {
function defineIcons (line 1190) | function defineIcons(prefix, icons) {
function byUnicode (line 1271) | function byUnicode(prefix, unicode) {
function byLigature (line 1274) | function byLigature(prefix, ligature) {
function byOldName (line 1277) | function byOldName(name) {
function getCanonicalIcon (line 1292) | function getCanonicalIcon(values) {
function iconFromMapping (line 1311) | function iconFromMapping(mapping, prefix, iconName) {
function toHtml (line 1321) | function toHtml(abstractNodes) {
function isWatched (line 1337) | function isWatched(node) {
function getMutator (line 1342) | function getMutator() {
function performOperationSync (line 1401) | function performOperationSync(op) {
function perform (line 1405) | function perform(mutations, callback) {
function disableObservation (line 1427) | function disableObservation() {
function enableObservation (line 1430) | function enableObservation() {
function observe (line 1434) | function observe(options) {
function disconnect (line 1485) | function disconnect() {
function styleParser (line 1490) | function styleParser (node) {
function classParser (line 1511) | function classParser (node) {
function transformParser (line 1599) | function transformParser (node) {
function symbolParser (line 1603) | function symbolParser (node) {
function attributesParser (line 1608) | function attributesParser (node) {
function maskParser (line 1631) | function maskParser (node) {
function blankMeta (line 1643) | function blankMeta() {
function parseMeta (line 1660) | function parseMeta(node) {
function MissingIcon (line 1688) | function MissingIcon(error) {
function asFoundIcon (line 1767) | function asFoundIcon(icon) {
function findIcon (line 1816) | function findIcon(iconName, prefix) {
function generateSvgReplacementMutation (line 1840) | function generateSvgReplacementMutation(node, nodeMeta) {
function generateLayersText (line 1876) | function generateLayersText(node, nodeMeta) {
function generateMutation (line 1905) | function generateMutation(node) {
function onTree (line 1915) | function onTree(root) {
function onNode (line 1985) | function onNode(node) {
function replaceForPosition (line 1994) | function replaceForPosition(node, position) {
function replace (line 2071) | function replace(node) {
function processable (line 2075) | function processable(node) {
function searchPseudoElements (line 2079) | function searchPseudoElements (root) {
function css (line 2099) | function css () {
function Library (line 2119) | function Library() {
function ensureCss (line 2167) | function ensureCss() {
function apiObject (line 2175) | function apiObject(val, abstractCreator) {
function findIconDefinition (line 2197) | function findIconDefinition(iconLookup) {
function resolveIcons (line 2205) | function resolveIcons(next) {
function bootstrap (line 2448) | function bootstrap() {
FILE: docs/fa/js/regular.js
function bunker (line 35) | function bunker(fn) {
function _defineProperty (line 45) | function _defineProperty(obj, key, value) {
function _objectSpread (line 60) | function _objectSpread(target) {
function defineIcons (line 86) | function defineIcons(prefix, icons) {
FILE: docs/fa/js/solid.js
function bunker (line 35) | function bunker(fn) {
function _defineProperty (line 45) | function _defineProperty(obj, key, value) {
function _objectSpread (line 60) | function _objectSpread(target) {
function defineIcons (line 86) | function defineIcons(prefix, icons) {
FILE: docs/fa/js/v4-shims.js
function bunker (line 38) | function bunker(fn) {
FILE: docs/fa6/js/all.js
function ownKeys (line 26) | function ownKeys(object, enumerableOnly) {
function _objectSpread2 (line 39) | function _objectSpread2(target) {
function _defineProperty (line 52) | function _defineProperty(obj, key, value) {
function _toConsumableArray (line 67) | function _toConsumableArray(arr) {
function _arrayWithoutHoles (line 71) | function _arrayWithoutHoles(arr) {
function _iterableToArray (line 75) | function _iterableToArray(iter) {
function _unsupportedIterableToArray (line 79) | function _unsupportedIterableToArray(o, minLen) {
function _arrayLikeToArray (line 88) | function _arrayLikeToArray(arr, len) {
function _nonIterableSpread (line 96) | function _nonIterableSpread() {
function bunker (line 131) | function bunker(fn) {
function normalizeIcons (line 152) | function normalizeIcons(icons) {
function defineIcons (line 167) | function defineIcons(prefix, icons) {
function ownKeys (line 682) | function ownKeys(object, enumerableOnly) {
function _objectSpread2 (line 695) | function _objectSpread2(target) {
function _defineProperty (line 708) | function _defineProperty(obj, key, value) {
function _toConsumableArray (line 723) | function _toConsumableArray(arr) {
function _arrayWithoutHoles (line 727) | function _arrayWithoutHoles(arr) {
function _iterableToArray (line 731) | function _iterableToArray(iter) {
function _unsupportedIterableToArray (line 735) | function _unsupportedIterableToArray(o, minLen) {
function _arrayLikeToArray (line 744) | function _arrayLikeToArray(arr, len) {
function _nonIterableSpread (line 752) | function _nonIterableSpread() {
function bunker (line 787) | function bunker(fn) {
function normalizeIcons (line 808) | function normalizeIcons(icons) {
function defineIcons (line 823) | function defineIcons(prefix, icons) {
function ownKeys (line 1038) | function ownKeys(object, enumerableOnly) {
function _objectSpread2 (line 1051) | function _objectSpread2(target) {
function _defineProperty (line 1064) | function _defineProperty(obj, key, value) {
function _toConsumableArray (line 1079) | function _toConsumableArray(arr) {
function _arrayWithoutHoles (line 1083) | function _arrayWithoutHoles(arr) {
function _iterableToArray (line 1087) | function _iterableToArray(iter) {
function _unsupportedIterableToArray (line 1091) | function _unsupportedIterableToArray(o, minLen) {
function _arrayLikeToArray (line 1100) | function _arrayLikeToArray(arr, len) {
function _nonIterableSpread (line 1108) | function _nonIterableSpread() {
function bunker (line 1143) | function bunker(fn) {
function normalizeIcons (line 1164) | function normalizeIcons(icons) {
function defineIcons (line 1179) | function defineIcons(prefix, icons) {
function ownKeys (line 2600) | function ownKeys(object, enumerableOnly) {
function _objectSpread2 (line 2613) | function _objectSpread2(target) {
function _typeof (line 2626) | function _typeof(obj) {
function _wrapRegExp (line 2636) | function _wrapRegExp() {
function _classCallCheck (line 2684) | function _classCallCheck(instance, Constructor) {
function _defineProperties (line 2690) | function _defineProperties(target, props) {
function _createClass (line 2700) | function _createClass(Constructor, protoProps, staticProps) {
function _defineProperty (line 2709) | function _defineProperty(obj, key, value) {
function _inherits (line 2724) | function _inherits(subClass, superClass) {
function _setPrototypeOf (line 2742) | function _setPrototypeOf(o, p) {
function _slicedToArray (line 2751) | function _slicedToArray(arr, i) {
function _toConsumableArray (line 2755) | function _toConsumableArray(arr) {
function _arrayWithoutHoles (line 2759) | function _arrayWithoutHoles(arr) {
function _arrayWithHoles (line 2763) | function _arrayWithHoles(arr) {
function _iterableToArray (line 2767) | function _iterableToArray(iter) {
function _iterableToArrayLimit (line 2771) | function _iterableToArrayLimit(arr, i) {
function _unsupportedIterableToArray (line 2801) | function _unsupportedIterableToArray(o, minLen) {
function _arrayLikeToArray (line 2810) | function _arrayLikeToArray(arr, len) {
function _nonIterableSpread (line 2818) | function _nonIterableSpread() {
function _nonIterableRest (line 2822) | function _nonIterableRest() {
function getAttrConfig (line 2946) | function getAttrConfig(attr) {
function coerce (line 2954) | function coerce(val) {
function onChange (line 3014) | function onChange(cb) {
function bunker (line 3031) | function bunker(fn) {
function insertCss (line 3044) | function insertCss(css) {
function nextUniqueId (line 3068) | function nextUniqueId() {
function toArray (line 3078) | function toArray(obj) {
function classArray (line 3087) | function classArray(node) {
function htmlEscape (line 3096) | function htmlEscape(str) {
function joinAttributes (line 3099) | function joinAttributes(attributes) {
function joinStyles (line 3104) | function joinStyles(styles) {
function transformIsMeaningful (line 3109) | function transformIsMeaningful(transform) {
function transformForSvg (line 3112) | function transformForSvg(_ref) {
function transformForCss (line 3134) | function transformForCss(_ref2) {
function css (line 3159) | function css() {
function ensureCss (line 3178) | function ensureCss() {
function domready (line 3230) | function domready (fn) {
function toHtml (line 3235) | function toHtml(abstractNodes) {
function iconFromMapping (line 3249) | function iconFromMapping(mapping, prefix, iconName) {
function ucs2decode (line 3331) | function ucs2decode(string) {
function toHex (line 3357) | function toHex(unicode) {
function codePointAt (line 3361) | function codePointAt(string, index) {
function normalizeIcons (line 3377) | function normalizeIcons(icons) {
function defineIcons (line 3392) | function defineIcons(prefix, icons) {
function isReserved (line 3440) | function isReserved(name) {
function getIconName (line 3444) | function getIconName(familyPrefix, cls) {
function byUnicode (line 3540) | function byUnicode(prefix, unicode) {
function byLigature (line 3543) | function byLigature(prefix, ligature) {
function byAlias (line 3546) | function byAlias(prefix, alias) {
function byOldName (line 3549) | function byOldName(name) {
function byOldUnicode (line 3555) | function byOldUnicode(unicode) {
function getDefaultUsablePrefix (line 3566) | function getDefaultUsablePrefix() {
function getCanonicalPrefix (line 3576) | function getCanonicalPrefix(styleOrPrefix) {
function getCanonicalIcon (line 3582) | function getCanonicalIcon(values) {
function Library (line 3634) | function Library() {
function registerPlugins (line 3698) | function registerPlugins(nextPlugins, _ref) {
function chainHooks (line 3744) | function chainHooks(hook, accumulator) {
function callHooks (line 3755) | function callHooks(hook) {
function callProvided (line 3766) | function callProvided() {
function findIconDefinition (line 3772) | function findIconDefinition(iconLookup) {
function bootstrap (line 3879) | function bootstrap(plugins) {
function domVariants (line 3919) | function domVariants(val, abstractCreator) {
function asIcon (line 3941) | function asIcon (_ref) {
function asSymbol (line 3968) | function asSymbol (_ref) {
function makeInlineSvgAbstract (line 3990) | function makeInlineSvgAbstract(params) {
function makeLayersTextAbstract (line 4075) | function makeLayersTextAbstract(params) {
function makeLayersCounterAbstract (line 4132) | function makeLayersCounterAbstract(params) {
function asFoundIcon (line 4170) | function asFoundIcon(icon) {
function maybeNotifyMissing (line 4225) | function maybeNotifyMissing(iconName, prefix) {
function findIcon (line 4231) | function findIcon(iconName, prefix) {
function isWatched (line 4291) | function isWatched(node) {
function hasPrefixAndIcon (line 4296) | function hasPrefixAndIcon(node) {
function hasBeenReplaced (line 4302) | function hasBeenReplaced(node) {
function getMutator (line 4306) | function getMutator() {
function createElementNS (line 4315) | function createElementNS(tag) {
function createElement (line 4319) | function createElement(tag) {
function convertSVG (line 4323) | function convertSVG(abstractObj) {
function nodeAsComment (line 4345) | function nodeAsComment(node) {
function performOperationSync (line 4414) | function performOperationSync(op) {
function perform (line 4418) | function perform(mutations, callback) {
function disableObservation (line 4440) | function disableObservation() {
function enableObservation (line 4443) | function enableObservation() {
function observe (line 4447) | function observe(options) {
function disconnect (line 4502) | function disconnect() {
function styleParser (line 4507) | function styleParser (node) {
function classParser (line 4528) | function classParser (node) {
function attributesParser (line 4554) | function attributesParser (node) {
function blankMeta (line 4577) | function blankMeta() {
function parseMeta (line 4598) | function parseMeta(node) {
function generateMutation (line 4634) | function generateMutation(node) {
function onTree (line 4646) | function onTree(root) {
function onNode (line 4717) | function onNode(node) {
function resolveIcons (line 4726) | function resolveIcons(next) {
function hexValueFromContent (line 5044) | function hexValueFromContent(content) {
function replaceForPosition (line 5055) | function replaceForPosition(node, position) {
function replace (line 5147) | function replace(node) {
function processable (line 5151) | function processable(node) {
function searchPseudoElements (line 5155) | function searchPseudoElements(root) {
function fillBlack (line 5362) | function fillBlack(abstract) {
function deGroup (line 5372) | function deGroup(abstract) {
FILE: docs/fa6/js/brands.js
function ownKeys (line 26) | function ownKeys(object, enumerableOnly) {
function _objectSpread2 (line 39) | function _objectSpread2(target) {
function _defineProperty (line 52) | function _defineProperty(obj, key, value) {
function _toConsumableArray (line 67) | function _toConsumableArray(arr) {
function _arrayWithoutHoles (line 71) | function _arrayWithoutHoles(arr) {
function _iterableToArray (line 75) | function _iterableToArray(iter) {
function _unsupportedIterableToArray (line 79) | function _unsupportedIterableToArray(o, minLen) {
function _arrayLikeToArray (line 88) | function _arrayLikeToArray(arr, len) {
function _nonIterableSpread (line 96) | function _nonIterableSpread() {
function bunker (line 131) | function bunker(fn) {
function normalizeIcons (line 152) | function normalizeIcons(icons) {
function defineIcons (line 167) | function defineIcons(prefix, icons) {
FILE: docs/fa6/js/conflict-detection.js
function ownKeys (line 12) | function ownKeys(object, enumerableOnly) {
function _objectSpread2 (line 25) | function _objectSpread2(target) {
function _typeof (line 38) | function _typeof(obj) {
function _defineProperty (line 48) | function _defineProperty(obj, key, value) {
function _toConsumableArray (line 63) | function _toConsumableArray(arr) {
function _arrayWithoutHoles (line 67) | function _arrayWithoutHoles(arr) {
function _iterableToArray (line 71) | function _iterableToArray(iter) {
function _unsupportedIterableToArray (line 75) | function _unsupportedIterableToArray(o, minLen) {
function _arrayLikeToArray (line 84) | function _arrayLikeToArray(arr, len) {
function _nonIterableSpread (line 92) | function _nonIterableSpread() {
function domready (line 130) | function domready (fn) {
function report (line 135) | function report (_ref) {
function createCommonjsModule (line 203) | function createCommonjsModule(fn, module) {
function safeAdd (line 219) | function safeAdd(x, y) {
function bitRotateLeft (line 233) | function bitRotateLeft(num, cnt) {
function md5cmn (line 249) | function md5cmn(q, a, b, x, s, t) {
function md5ff (line 266) | function md5ff(a, b, c, d, x, s, t) {
function md5gg (line 283) | function md5gg(a, b, c, d, x, s, t) {
function md5hh (line 300) | function md5hh(a, b, c, d, x, s, t) {
function md5ii (line 317) | function md5ii(a, b, c, d, x, s, t) {
function binlMD5 (line 329) | function binlMD5(x, len) {
function binl2rstr (line 428) | function binl2rstr(input) {
function rstr2binl (line 448) | function rstr2binl(input) {
function rstrMD5 (line 473) | function rstrMD5(s) {
function rstrHMACMD5 (line 485) | function rstrHMACMD5(key, data) {
function rstr2hex (line 513) | function rstr2hex(input) {
function str2rstrUTF8 (line 534) | function str2rstrUTF8(input) {
function rawMD5 (line 545) | function rawMD5(s) {
function hexMD5 (line 556) | function hexMD5(s) {
function rawHMACMD5 (line 568) | function rawHMACMD5(k, d) {
function hexHMACMD5 (line 580) | function hexHMACMD5(k, d) {
function md5 (line 595) | function md5(string, key, raw) {
function md5ForNode (line 619) | function md5ForNode(node) {
function pollUntil (line 646) | function pollUntil(_ref) {
function detectWebfontConflicts (line 688) | function detectWebfontConflicts() {
function detectSvgConflicts (line 807) | function detectSvgConflicts(currentScript) {
function setDoneResults (line 887) | function setDoneResults(_ref2) {
function conflictDetection (line 896) | function conflictDetection() {
function bunker (line 1036) | function bunker(fn) {
FILE: docs/fa6/js/fontawesome.js
function ownKeys (line 9) | function ownKeys(object, enumerableOnly) {
function _objectSpread2 (line 22) | function _objectSpread2(target) {
function _typeof (line 35) | function _typeof(obj) {
function _wrapRegExp (line 45) | function _wrapRegExp() {
function _classCallCheck (line 93) | function _classCallCheck(instance, Constructor) {
function _defineProperties (line 99) | function _defineProperties(target, props) {
function _createClass (line 109) | function _createClass(Constructor, protoProps, staticProps) {
function _defineProperty (line 118) | function _defineProperty(obj, key, value) {
function _inherits (line 133) | function _inherits(subClass, superClass) {
function _setPrototypeOf (line 151) | function _setPrototypeOf(o, p) {
function _slicedToArray (line 160) | function _slicedToArray(arr, i) {
function _toConsumableArray (line 164) | function _toConsumableArray(arr) {
function _arrayWithoutHoles (line 168) | function _arrayWithoutHoles(arr) {
function _arrayWithHoles (line 172) | function _arrayWithHoles(arr) {
function _iterableToArray (line 176) | function _iterableToArray(iter) {
function _iterableToArrayLimit (line 180) | function _iterableToArrayLimit(arr, i) {
function _unsupportedIterableToArray (line 210) | function _unsupportedIterableToArray(o, minLen) {
function _arrayLikeToArray (line 219) | function _arrayLikeToArray(arr, len) {
function _nonIterableSpread (line 227) | function _nonIterableSpread() {
function _nonIterableRest (line 231) | function _nonIterableRest() {
function getAttrConfig (line 355) | function getAttrConfig(attr) {
function coerce (line 363) | function coerce(val) {
function onChange (line 423) | function onChange(cb) {
function bunker (line 440) | function bunker(fn) {
function insertCss (line 453) | function insertCss(css) {
function nextUniqueId (line 477) | function nextUniqueId() {
function toArray (line 487) | function toArray(obj) {
function classArray (line 496) | function classArray(node) {
function htmlEscape (line 505) | function htmlEscape(str) {
function joinAttributes (line 508) | function joinAttributes(attributes) {
function joinStyles (line 513) | function joinStyles(styles) {
function transformIsMeaningful (line 518) | function transformIsMeaningful(transform) {
function transformForSvg (line 521) | function transformForSvg(_ref) {
function transformForCss (line 543) | function transformForCss(_ref2) {
function css (line 568) | function css() {
function ensureCss (line 587) | function ensureCss() {
function domready (line 639) | function domready (fn) {
function toHtml (line 644) | function toHtml(abstractNodes) {
function iconFromMapping (line 658) | function iconFromMapping(mapping, prefix, iconName) {
function ucs2decode (line 740) | function ucs2decode(string) {
function toHex (line 766) | function toHex(unicode) {
function codePointAt (line 770) | function codePointAt(string, index) {
function normalizeIcons (line 786) | function normalizeIcons(icons) {
function defineIcons (line 801) | function defineIcons(prefix, icons) {
function isReserved (line 849) | function isReserved(name) {
function getIconName (line 853) | function getIconName(familyPrefix, cls) {
function byUnicode (line 949) | function byUnicode(prefix, unicode) {
function byLigature (line 952) | function byLigature(prefix, ligature) {
function byAlias (line 955) | function byAlias(prefix, alias) {
function byOldName (line 958) | function byOldName(name) {
function byOldUnicode (line 964) | function byOldUnicode(unicode) {
function getDefaultUsablePrefix (line 975) | function getDefaultUsablePrefix() {
function getCanonicalPrefix (line 985) | function getCanonicalPrefix(styleOrPrefix) {
function getCanonicalIcon (line 991) | function getCanonicalIcon(values) {
function Library (line 1043) | function Library() {
function registerPlugins (line 1107) | function registerPlugins(nextPlugins, _ref) {
function chainHooks (line 1153) | function chainHooks(hook, accumulator) {
function callHooks (line 1164) | function callHooks(hook) {
function callProvided (line 1175) | function callProvided() {
function findIconDefinition (line 1181) | function findIconDefinition(iconLookup) {
function bootstrap (line 1288) | function bootstrap(plugins) {
function domVariants (line 1328) | function domVariants(val, abstractCreator) {
function asIcon (line 1350) | function asIcon (_ref) {
function asSymbol (line 1377) | function asSymbol (_ref) {
function makeInlineSvgAbstract (line 1399) | function makeInlineSvgAbstract(params) {
function makeLayersTextAbstract (line 1484) | function makeLayersTextAbstract(params) {
function makeLayersCounterAbstract (line 1541) | function makeLayersCounterAbstract(params) {
function asFoundIcon (line 1579) | function asFoundIcon(icon) {
function maybeNotifyMissing (line 1634) | function maybeNotifyMissing(iconName, prefix) {
function findIcon (line 1640) | function findIcon(iconName, prefix) {
function isWatched (line 1700) | function isWatched(node) {
function hasPrefixAndIcon (line 1705) | function hasPrefixAndIcon(node) {
function hasBeenReplaced (line 1711) | function hasBeenReplaced(node) {
function getMutator (line 1715) | function getMutator() {
function createElementNS (line 1724) | function createElementNS(tag) {
function createElement (line 1728) | function createElement(tag) {
function convertSVG (line 1732) | function convertSVG(abstractObj) {
function nodeAsComment (line 1754) | function nodeAsComment(node) {
function performOperationSync (line 1823) | function performOperationSync(op) {
function perform (line 1827) | function perform(mutations, callback) {
function disableObservation (line 1849) | function disableObservation() {
function enableObservation (line 1852) | function enableObservation() {
function observe (line 1856) | function observe(options) {
function disconnect (line 1911) | function disconnect() {
function styleParser (line 1916) | function styleParser (node) {
function classParser (line 1937) | function classParser (node) {
function attributesParser (line 1963) | function attributesParser (node) {
function blankMeta (line 1986) | function blankMeta() {
function parseMeta (line 2007) | function parseMeta(node) {
function generateMutation (line 2043) | function generateMutation(node) {
function onTree (line 2055) | function onTree(root) {
function onNode (line 2126) | function onNode(node) {
function resolveIcons (line 2135) | function resolveIcons(next) {
function hexValueFromContent (line 2453) | function hexValueFromContent(content) {
function replaceForPosition (line 2464) | function replaceForPosition(node, position) {
function replace (line 2556) | function replace(node) {
function processable (line 2560) | function processable(node) {
function searchPseudoElements (line 2564) | function searchPseudoElements(root) {
function fillBlack (line 2771) | function fillBlack(abstract) {
function deGroup (line 2781) | function deGroup(abstract) {
FILE: docs/fa6/js/regular.js
function ownKeys (line 26) | function ownKeys(object, enumerableOnly) {
function _objectSpread2 (line 39) | function _objectSpread2(target) {
function _defineProperty (line 52) | function _defineProperty(obj, key, value) {
function _toConsumableArray (line 67) | function _toConsumableArray(arr) {
function _arrayWithoutHoles (line 71) | function _arrayWithoutHoles(arr) {
function _iterableToArray (line 75) | function _iterableToArray(iter) {
function _unsupportedIterableToArray (line 79) | function _unsupportedIterableToArray(o, minLen) {
function _arrayLikeToArray (line 88) | function _arrayLikeToArray(arr, len) {
function _nonIterableSpread (line 96) | function _nonIterableSpread() {
function bunker (line 131) | function bunker(fn) {
function normalizeIcons (line 152) | function normalizeIcons(icons) {
function defineIcons (line 167) | function defineIcons(prefix, icons) {
FILE: docs/fa6/js/solid.js
function ownKeys (line 26) | function ownKeys(object, enumerableOnly) {
function _objectSpread2 (line 39) | function _objectSpread2(target) {
function _defineProperty (line 52) | function _defineProperty(obj, key, value) {
function _toConsumableArray (line 67) | function _toConsumableArray(arr) {
function _arrayWithoutHoles (line 71) | function _arrayWithoutHoles(arr) {
function _iterableToArray (line 75) | function _iterableToArray(iter) {
function _unsupportedIterableToArray (line 79) | function _unsupportedIterableToArray(o, minLen) {
function _arrayLikeToArray (line 88) | function _arrayLikeToArray(arr, len) {
function _nonIterableSpread (line 96) | function _nonIterableSpread() {
function bunker (line 131) | function bunker(fn) {
function normalizeIcons (line 152) | function normalizeIcons(icons) {
function defineIcons (line 167) | function defineIcons(prefix, icons) {
FILE: docs/fa6/js/v4-shims.js
function _toConsumableArray (line 29) | function _toConsumableArray(arr) {
function _arrayWithoutHoles (line 33) | function _arrayWithoutHoles(arr) {
function _iterableToArray (line 37) | function _iterableToArray(iter) {
function _unsupportedIterableToArray (line 41) | function _unsupportedIterableToArray(o, minLen) {
function _arrayLikeToArray (line 50) | function _arrayLikeToArray(arr, len) {
function _nonIterableSpread (line 58) | function _nonIterableSpread() {
function bunker (line 93) | function bunker(fn) {
FILE: docs/third_party_scripts/iro5_2_2.js
function M (line 7) | function M(t,n){for(var i in n)t[i]=n[i];return t}
function y (line 7) | function y(t){var n=t.parentNode;n&&n.removeChild(t)}
function h (line 7) | function h(t,n,i){var r,e,u,o,l=arguments;if(n=M({},n),3<arguments.lengt...
function c (line 7) | function c(t,n,i,r){var e={type:t,props:n,key:i,ref:r,n:null,i:null,e:0,...
function O (line 7) | function O(t){return t.children}
function I (line 7) | function I(t,n){this.props=t,this.context=n}
function w (line 7) | function w(t,n){if(null==n)return t.i?w(t.i,t.i.n.indexOf(t)+1):null;for...
function a (line 7) | function a(t){var n,i;if(null!=(t=t.i)&&null!=t.c){for(t.o=t.c.base=null...
function e (line 7) | function e(t){(!t.f&&(t.f=!0)&&1===s.push(t)||i!==m.debounceRendering)&&...
function u (line 7) | function u(){var t,n,i,r,e,u,o,l;for(s.sort(function(t,n){return n.d.e-t...
function S (line 7) | function S(n,i,t,r,e,u,o,l,s){var c,a,f,h,v,d,g,b=t&&t.n||j,p=b.length;i...
function A (line 7) | function A(t,n,i){if(null==i&&(i=[]),null==t||"boolean"==typeof t)n&&i.p...
function f (line 7) | function f(t,n,i){"-"===n[0]?t.setProperty(n,i):t[n]="number"==typeof i&...
function R (line 7) | function R(t,n,i,r,e){var u,o,l,s,c;if("key"===(n=e?"className"===n?"cla...
function v (line 7) | function v(t){return this.t[t.type](m.event?m.event(t):t)}
function k (line 7) | function k(t,n,i,r,e,u,o,l,s,c){var a,f,h,v,d,g,b,p,y,w,k=n.type;if(void...
function d (line 7) | function d(t,n){for(var i;i=t.pop();)try{i.componentDidMount()}catch(t){...
function E (line 7) | function E(t,n,i){try{"function"==typeof t?t(n):t.current=n}catch(t){m.o...
function N (line 7) | function N(t,n,i){var r,e,u;if(m.unmount&&m.unmount(t),(r=t.ref)&&E(r,nu...
function z (line 7) | function z(t,n,i){return this.constructor(t,i)}
function g (line 7) | function g(t,n){for(var i=0;i<n.length;i++){var r=n[i];r.enumerable=r.en...
function b (line 7) | function b(){return(b=Object.assign||function(t){for(var n=arguments,i=1...
function J (line 7) | function J(t,n,i){return Math.min(Math.max(t,n),i)}
function K (line 7) | function K(t,n){var i=-1<t.indexOf("%"),r=parseFloat(t);return i?n/100*r:r}
function Q (line 7) | function Q(t){return parseInt(t,16)}
function U (line 7) | function U(t){return t.toString(16).padStart(2,"0")}
function l (line 7) | function l(t,n){this.$={h:0,s:0,v:0,a:1},t&&this.set(t),this.onChange=n,...
function X (line 7) | function X(t){var n,i=t.width,r=t.sliderSize,e=t.borderWidth,u=t.handleR...
function Y (line 7) | function Y(t,n){var i=X(t),r=i.width,e=i.height,u=i.handleRange,o=i.hand...
function et (line 7) | function et(t){return t.width/2-t.padding-t.handleRadius-t.borderWidth}
function ut (line 7) | function ut(t){var n=t.width/2;return{width:t.width,radius:n-t.borderWid...
function ot (line 7) | function ot(t,n,i){var r=t.wheelAngle,e=t.wheelDirection;return i&&"cloc...
function lt (line 7) | function lt(t,n,i){var r=ut(t),e=r.cx,u=r.cy,o=et(t);n=e-n,i=u-i;var l=o...
function st (line 7) | function st(t){var n=t.width,i=t.boxHeight;return{width:n,height:null!=i...
function ct (line 7) | function ct(t,n,i){var r=st(t),e=r.width,u=r.height,o=r.radius,l=(n-o)/(...
function at (line 7) | function at(t,n,i,r){for(var e=0;e<r.length;e++){var u=r[e].x-n,o=r[e].y...
function ft (line 7) | function ft(t){return{boxSizing:"border-box",border:t.borderWidth+"px so...
function ht (line 7) | function ht(t,n,i){return t+"-gradient("+n+", "+i.map(function(t){var n=...
function vt (line 7) | function vt(t){return"string"==typeof t?t:t+"px"}
function t (line 7) | function t(t){n.call(this,t),this.uid=(Math.random()+1).toString(36).sub...
function bt (line 7) | function bt(t){var n=t.r,i=t.url,r=n,e=n;return h("svg",{className:"IroH...
function pt (line 7) | function pt(e){var t=e.activeIndex,u=void 0!==t&&t<e.colors.length?e.col...
function yt (line 7) | function yt(e){var t=st(e),r=t.width,u=t.height,o=t.radius,l=e.colors,s=...
function wt (line 7) | function wt(e){var r=ut(e).width,u=e.colors,o=(e.borderWidth,e.parent),l...
function t (line 7) | function t(t){var n=this;i.call(this,t),this.colors=[],this.inputActive=...
function It (line 7) | function It(n,t){var i,r=document.createElement("div");function e(){var ...
FILE: docs/webInterface.js
function poll (line 1) | function poll() {
function callDevice (line 36) | function callDevice(payload) {
function createPayload (line 43) | function createPayload() {
FILE: docs/webInterfaceSettings.js
function poll (line 3) | function poll() {
function callDevice (line 36) | function callDevice() {
function mqttCheckboxAction (line 56) | function mqttCheckboxAction(cbMqtt, cbDhcp) {
FILE: include/EffectsManager.h
function class (line 30) | class EffectsManager {
FILE: include/Globals.h
type class (line 61) | enum class
function class (line 129) | class Globals {
FILE: include/LedManager.h
function class (line 34) | class LedManager {
FILE: include/NetManager.h
function class (line 34) | class NetManager {
FILE: src/EffectsManager.cpp
function byte (line 209) | byte * WheelByte(byte WheelPos) {
function RgbColor (line 231) | RgbColor EffectsManager::Wheel(uint8_t WheelPos) {
function setAll (line 304) | void setAll(int dynamicLedNum, byte red, byte green, byte blue) {
function FadeInOut (line 313) | void FadeInOut(byte red, byte green, byte blue) {
FILE: src/Globals.cpp
function Effect (line 374) | Effect Globals::stringToEffect(String requestedEffect) {
FILE: src/GlowWormLuciferin.cpp
function setup (line 27) | void setup() {
function ldrTask (line 245) | void ldrTask(void*) {
function configureLeds (line 256) | void configureLeds() {
function serialRead (line 307) | int serialRead() {
function manageApRoot (line 313) | void manageApRoot() {
function setApState (line 319) | void setApState(byte state) {
function setSerialPixel (line 624) | void setSerialPixel(int j, byte r, byte g, byte b) {
function manageLdr (line 679) | void manageLdr() {
function loop (line 743) | void loop() {
FILE: src/LedManager.cpp
function byte (line 91) | byte *colorKtoRGB(byte *rgb) {
function applyBrightnessCorrection (line 118) | uint8_t applyBrightnessCorrection(int c) {
function RgbColor (line 129) | RgbColor setColorOrder(uint8_t r, uint8_t g, uint8_t b) {
function RgbwColor (line 149) | RgbwColor setColorOrderWhite(uint8_t r, uint8_t g, uint8_t b, uint8_t w) {
function RgbColor (line 197) | RgbColor calculateRgbMode(uint8_t r, uint8_t g, uint8_t b) {
function RgbwColor (line 224) | RgbwColor calculateRgbwMode(uint8_t r, uint8_t g, uint8_t b) {
function RgbColor (line 333) | RgbColor convertRgbwToRgb(RgbwColor colorRGBW) {
function RgbColor (line 340) | RgbColor LedManager::getPixelColor(uint16_t index) const {
Copy disabled (too large)
Download .json
Condensed preview — 211 files, each showing path, character count, and a content snippet. Download the .json file for the full structured content (22,297K chars).
[
{
"path": ".github/FUNDING.yml",
"chars": 147,
"preview": "github: [sblantipodi]\ncustom: [\"https://www.paypal.com/donate?hosted_button_id=ZEJM8ZLQW5E4A\", \"https://www.patreon.com/"
},
{
"path": ".github/ISSUE_TEMPLATE/bug_report.yaml",
"chars": 2200,
"preview": "name: Bug Report\ndescription: Report an issue with Luciferin.\ntitle: \"[Bug]: \"\nlabels: [bug, triage]\nassignees:\n - sbla"
},
{
"path": ".github/ISSUE_TEMPLATE/config.yml",
"chars": 223,
"preview": "blank_issues_enabled: false\ncontact_links:\n - name: I want help\n url: https://discord.gg/aXf9jeN\n about: If you d"
},
{
"path": ".github/ISSUE_TEMPLATE/feature_request.yaml",
"chars": 909,
"preview": "name: Feature request\ndescription: Suggest an idea for the Luciferin project\ntitle: \"[Feature request]: \"\nlabels: [triag"
},
{
"path": ".github/dependabot.yml",
"chars": 150,
"preview": "---\nversion: 2\nupdates:\n - package-ecosystem: github-actions\n directory: \"/\"\n schedule:\n interval: daily\n "
},
{
"path": ".github/workflows/ai_moderator.yaml",
"chars": 8893,
"preview": "name: Auto-close non-English or abusive issues/PRs\n\non:\n issues:\n types: [opened]\n pull_request:\n types: [opened"
},
{
"path": ".github/workflows/codeql.yml",
"chars": 1626,
"preview": "name: \"CodeQL\"\n\non:\n push:\n branches: [ \"master\" ]\n pull_request:\n # The branches below must be a subset of the "
},
{
"path": ".github/workflows/main.yml",
"chars": 26806,
"preview": "name: CI Build\n\non:\n push:\n branches:\n - '*'\n - '!master'\n\njobs:\n\n build_esp8266_full:\n runs-on: ubunt"
},
{
"path": ".github/workflows/release.yml",
"chars": 29972,
"preview": "name: Create Release\n\non:\n push:\n # Sequence of patterns matched against refs/tags\n tags:\n - 'v*' # Push eve"
},
{
"path": ".github/workflows/stale.yml",
"chars": 550,
"preview": "name: \"Close stale issues\"\non:\n schedule:\n - cron: \"0 0 * * *\"\n\njobs:\n stale:\n runs-on: ubuntu-24.04\n steps:\n"
},
{
"path": ".gitignore",
"chars": 200,
"preview": ".vscode\n.idea\n.pio/build\n.pio\nsecrets.ini\n.version_no_increment\n.version_no_increment_update_date\ncmake-build-*\nCMakeLis"
},
{
"path": ".gitmodules",
"chars": 278,
"preview": "[submodule \"platformio_version_increment\"]\n\tpath = platformio_version_increment\n\turl = https://github.com/sblantipodi/pl"
},
{
"path": "CODE_OF_CONDUCT.md",
"chars": 3354,
"preview": "# Contributor Covenant Code of Conduct\n\n## Our Pledge\n\nIn the interest of fostering an open and welcoming environment, w"
},
{
"path": "CONTRIBUTING.md",
"chars": 449,
"preview": "## Contribution to Luciferin\n\nFirst, thank you for taking the time to contribute to this project.\n\nYou can submit change"
},
{
"path": "LICENSE",
"chars": 35149,
"preview": " GNU GENERAL PUBLIC LICENSE\n Version 3, 29 June 2007\n\n Copyright (C) 2007 Free "
},
{
"path": "README.md",
"chars": 12312,
"preview": "# Glow Worm Luciferin\nAmbient Lighting or Bias Light is a technology that enhances your viewing experience by projecting"
},
{
"path": "assets/CAD_schematics/luciferin_modules/ethernet/2.0/PCB_Luciferin_Module_V2.0_ETH_final.pcbdoc",
"chars": 617663,
"preview": "|RECORD=Board|KIND=Protel_Advanced_PCB|VERSION=5.00|KIND0=0|VX0=4395mil|VY0=1000mil|CX0=0mil|CY0=0mil|SA0=0|EA0=0|R0=0mi"
},
{
"path": "assets/CAD_schematics/luciferin_modules/ethernet/2.0/PCB_PCB_Luciferin_Module_V2.0_ETH_final.json",
"chars": 444417,
"preview": "{\n \"head\": {\n \"docType\": \"3\",\n \"editorVersion\": \"6.5.51\",\n \"newgId\": true,\n \"c_para\": {},\n \"x\": \"4020\",\n"
},
{
"path": "assets/CAD_schematics/luciferin_modules/ethernet/2.1/PCB_Luciferin_Module_V2.1_ETH_final.pcbdoc",
"chars": 636673,
"preview": "|RECORD=Board|KIND=Protel_Advanced_PCB|VERSION=5.00|KIND0=0|VX0=4395mil|VY0=1000mil|CX0=0mil|CY0=0mil|SA0=0|EA0=0|R0=0mi"
},
{
"path": "assets/CAD_schematics/luciferin_modules/ethernet/2.1/PCB_PCB_Luciferin_Module_V2.1_ETH_final.json",
"chars": 545031,
"preview": "{\n \"head\": {\n \"docType\": \"3\",\n \"editorVersion\": \"6.5.51\",\n \"newgId\": true,\n \"c_para\": {},\n \"x\": \"4020\",\n"
},
{
"path": "assets/CAD_schematics/luciferin_modules/standard/2.0/Luciferin_Module_V2.0_final.pcbdoc",
"chars": 421926,
"preview": "|RECORD=Board|KIND=Protel_Advanced_PCB|VERSION=5.00|KIND0=0|VX0=3185mil|VY0=1000mil|CX0=0mil|CY0=0mil|SA0=0|EA0=0|R0=0mi"
},
{
"path": "assets/CAD_schematics/luciferin_modules/standard/2.0/PCB_Luciferin_Module_V2.0_final.json",
"chars": 365869,
"preview": "{\n \"head\": {\n \"docType\": \"3\",\n \"editorVersion\": \"6.5.51\",\n \"newgId\": true,\n \"c_para\": {},\n \"x\": \"3554\",\n"
},
{
"path": "assets/CAD_schematics/luciferin_modules/standard/2.1/PCB_Luciferin_Module_V2.1_final.pcbdoc",
"chars": 440388,
"preview": "|RECORD=Board|KIND=Protel_Advanced_PCB|VERSION=5.00|KIND0=0|VX0=3185mil|VY0=1000mil|CX0=0mil|CY0=0mil|SA0=0|EA0=0|R0=0mi"
},
{
"path": "assets/CAD_schematics/luciferin_modules/standard/2.1/PCB_PCB_Luciferin_Module_V2.1_final.json",
"chars": 427814,
"preview": "{\n \"head\": {\n \"docType\": \"3\",\n \"editorVersion\": \"6.5.51\",\n \"newgId\": true,\n \"c_para\": {},\n \"x\": \"4020\",\n"
},
{
"path": "assets/CAD_schematics/luciferin_official_pcb/Drill_PTH_Through.DRL",
"chars": 2687,
"preview": "M48\nMETRIC,LZ,000.000\n;FILE_FORMAT=3:3\n;TYPE=PLATED\n;Layer: PTH_Through\n;EasyEDA v6.5.9, 2022-07-22 15:44:18\n;5ff184f8cb"
},
{
"path": "assets/CAD_schematics/luciferin_official_pcb/Gerber_BoardOutlineLayer.GKO",
"chars": 858,
"preview": "G04 Layer: BoardOutlineLayer*\nG04 EasyEDA v6.5.9, 2022-07-22 15:44:18*\nG04 5ff184f8cbf64bab9cd3d91aa24c5a25,4245c91a3b6e"
},
{
"path": "assets/CAD_schematics/luciferin_official_pcb/Gerber_BottomLayer.GBL",
"chars": 81141,
"preview": "G04 Layer: BottomLayer*\nG04 EasyEDA v6.5.9, 2022-07-22 15:44:18*\nG04 5ff184f8cbf64bab9cd3d91aa24c5a25,4245c91a3b6e4cf7aa"
},
{
"path": "assets/CAD_schematics/luciferin_official_pcb/Gerber_BottomSilkscreenLayer.GBO",
"chars": 22820,
"preview": "G04 Layer: BottomSilkscreenLayer*\nG04 EasyEDA v6.5.9, 2022-07-22 15:44:18*\nG04 5ff184f8cbf64bab9cd3d91aa24c5a25,4245c91a"
},
{
"path": "assets/CAD_schematics/luciferin_official_pcb/Gerber_BottomSolderMaskLayer.GBS",
"chars": 3326,
"preview": "G04 Layer: BottomSolderMaskLayer*\nG04 EasyEDA v6.5.9, 2022-07-22 15:44:18*\nG04 5ff184f8cbf64bab9cd3d91aa24c5a25,4245c91a"
},
{
"path": "assets/CAD_schematics/luciferin_official_pcb/Gerber_TopLayer.GTL",
"chars": 69242,
"preview": "G04 Layer: TopLayer*\nG04 EasyEDA v6.5.9, 2022-07-22 15:44:18*\nG04 5ff184f8cbf64bab9cd3d91aa24c5a25,4245c91a3b6e4cf7aa995"
},
{
"path": "assets/CAD_schematics/luciferin_official_pcb/Gerber_TopSilkscreenLayer.GTO",
"chars": 62554,
"preview": "G04 Layer: TopSilkscreenLayer*\nG04 EasyEDA v6.5.9, 2022-07-22 15:44:18*\nG04 5ff184f8cbf64bab9cd3d91aa24c5a25,4245c91a3b6"
},
{
"path": "assets/CAD_schematics/luciferin_official_pcb/Gerber_TopSolderMaskLayer.GTS",
"chars": 3323,
"preview": "G04 Layer: TopSolderMaskLayer*\nG04 EasyEDA v6.5.9, 2022-07-22 15:44:18*\nG04 5ff184f8cbf64bab9cd3d91aa24c5a25,4245c91a3b6"
},
{
"path": "assets/CAD_schematics/old_pcb/PCB_ESP32/Gerber_BoardOutline.GKO",
"chars": 866,
"preview": "G04 Layer: BoardOutline*\nG04 EasyEDA v6.4.20.6, 2021-07-29T22:43:28+02:00*\nG04 24e0db9a2a824a908a71db8b70acd879,4245c91a"
},
{
"path": "assets/CAD_schematics/old_pcb/PCB_ESP32/Gerber_BottomLayer.GBL",
"chars": 91081,
"preview": "G04 Layer: BottomLayer*\nG04 EasyEDA v6.4.20.6, 2021-07-29T22:43:28+02:00*\nG04 24e0db9a2a824a908a71db8b70acd879,4245c91a3"
},
{
"path": "assets/CAD_schematics/old_pcb/PCB_ESP32/Gerber_BottomSilkLayer.GBO",
"chars": 22957,
"preview": "G04 Layer: BottomSilkLayer*\nG04 EasyEDA v6.4.20.6, 2021-07-29T22:43:28+02:00*\nG04 24e0db9a2a824a908a71db8b70acd879,4245c"
},
{
"path": "assets/CAD_schematics/old_pcb/PCB_ESP32/Gerber_BottomSolderMaskLayer.GBS",
"chars": 3358,
"preview": "G04 Layer: BottomSolderMaskLayer*\nG04 EasyEDA v6.4.20.6, 2021-07-29T22:43:28+02:00*\nG04 24e0db9a2a824a908a71db8b70acd879"
},
{
"path": "assets/CAD_schematics/old_pcb/PCB_ESP32/Gerber_Drill_PTH.DRL",
"chars": 3508,
"preview": "M48\nMETRIC,LZ,000.000\n;FILE_FORMAT=3:3\n;TYPE=PLATED\n;Layer: Drill PTH\n;EasyEDA v6.4.20.6, 2021-07-29T22:43:28+02:00\n;24e"
},
{
"path": "assets/CAD_schematics/old_pcb/PCB_ESP32/Gerber_TopLayer.GTL",
"chars": 83478,
"preview": "G04 Layer: TopLayer*\nG04 EasyEDA v6.4.20.6, 2021-07-29T22:43:28+02:00*\nG04 24e0db9a2a824a908a71db8b70acd879,4245c91a3b6e"
},
{
"path": "assets/CAD_schematics/old_pcb/PCB_ESP32/Gerber_TopSilkLayer.GTO",
"chars": 80888,
"preview": "G04 Layer: TopSilkLayer*\nG04 EasyEDA v6.4.20.6, 2021-07-29T22:43:28+02:00*\nG04 24e0db9a2a824a908a71db8b70acd879,4245c91a"
},
{
"path": "assets/CAD_schematics/old_pcb/PCB_ESP32/Gerber_TopSolderMaskLayer.GTS",
"chars": 3355,
"preview": "G04 Layer: TopSolderMaskLayer*\nG04 EasyEDA v6.4.20.6, 2021-07-29T22:43:28+02:00*\nG04 24e0db9a2a824a908a71db8b70acd879,42"
},
{
"path": "assets/CAD_schematics/old_pcb/tiny_pico/Drill_NPTH_Through.DRL",
"chars": 2522,
"preview": "M48\nMETRIC,LZ,000.000\n;FILE_FORMAT=3:3\n;TYPE=NON_PLATED\n;Layer: NPTH_Through\n;EasyEDA v6.5.9, 2022-07-22 15:10:41\n;7b4b3"
},
{
"path": "assets/CAD_schematics/old_pcb/tiny_pico/Drill_PTH_Through.DRL",
"chars": 1776,
"preview": "M48\nMETRIC,LZ,000.000\n;FILE_FORMAT=3:3\n;TYPE=PLATED\n;Layer: PTH_Through\n;EasyEDA v6.5.9, 2022-07-22 15:10:41\n;7b4b3cc524"
},
{
"path": "assets/CAD_schematics/old_pcb/tiny_pico/Gerber_BoardOutlineLayer.GKO",
"chars": 4263,
"preview": "G04 Layer: BoardOutlineLayer*\nG04 EasyEDA v6.5.9, 2022-07-22 15:10:41*\nG04 7b4b3cc524da4ca09f73bc94dfdf97f7,4245c91a3b6e"
},
{
"path": "assets/CAD_schematics/old_pcb/tiny_pico/Gerber_BottomLayer.GBL",
"chars": 45912,
"preview": "G04 Layer: BottomLayer*\nG04 EasyEDA v6.5.9, 2022-07-22 15:10:41*\nG04 7b4b3cc524da4ca09f73bc94dfdf97f7,4245c91a3b6e4cf7aa"
},
{
"path": "assets/CAD_schematics/old_pcb/tiny_pico/Gerber_BottomSilkscreenLayer.GBO",
"chars": 38087,
"preview": "G04 Layer: BottomSilkscreenLayer*\nG04 EasyEDA v6.5.9, 2022-07-22 15:10:41*\nG04 7b4b3cc524da4ca09f73bc94dfdf97f7,4245c91a"
},
{
"path": "assets/CAD_schematics/old_pcb/tiny_pico/Gerber_BottomSolderMaskLayer.GBS",
"chars": 1524,
"preview": "G04 Layer: BottomSolderMaskLayer*\nG04 EasyEDA v6.5.9, 2022-07-22 15:10:41*\nG04 7b4b3cc524da4ca09f73bc94dfdf97f7,4245c91a"
},
{
"path": "assets/CAD_schematics/old_pcb/tiny_pico/Gerber_MechanicalLayer.GML",
"chars": 28896,
"preview": "G04 Layer: MechanicalLayer*\nG04 Panelize: Stamp Hole, Column: 2, Row: 3, Board Size: 35.05mm x 26.17mm, Panelized Board "
},
{
"path": "assets/CAD_schematics/old_pcb/tiny_pico/Gerber_TopLayer.GTL",
"chars": 42747,
"preview": "G04 Layer: TopLayer*\nG04 EasyEDA v6.5.9, 2022-07-22 15:10:41*\nG04 7b4b3cc524da4ca09f73bc94dfdf97f7,4245c91a3b6e4cf7aa995"
},
{
"path": "assets/CAD_schematics/old_pcb/tiny_pico/Gerber_TopSilkscreenLayer.GTO",
"chars": 38014,
"preview": "G04 Layer: TopSilkscreenLayer*\nG04 EasyEDA v6.5.9, 2022-07-22 15:10:41*\nG04 7b4b3cc524da4ca09f73bc94dfdf97f7,4245c91a3b6"
},
{
"path": "assets/CAD_schematics/old_pcb/tiny_pico/Gerber_TopSolderMaskLayer.GTS",
"chars": 1521,
"preview": "G04 Layer: TopSolderMaskLayer*\nG04 EasyEDA v6.5.9, 2022-07-22 15:10:41*\nG04 7b4b3cc524da4ca09f73bc94dfdf97f7,4245c91a3b6"
},
{
"path": "data/filesystem.txt",
"chars": 32,
"preview": "Glow Worm Luciferin storage file"
},
{
"path": "docs/beta.html",
"chars": 22843,
"preview": "<html>\n<head>\n <meta charset=\"utf-8\"/>\n <title>Luciferin</title>\n <meta name=\"description\" content=\"Bias Lighti"
},
{
"path": "docs/beta2.html",
"chars": 22987,
"preview": "<html>\n<head>\n <meta charset=\"utf-8\"/>\n <title>Luciferin</title>\n <meta name=\"description\" content=\"Bias Lighti"
},
{
"path": "docs/fa/LICENSE.txt",
"chars": 1548,
"preview": "Font Awesome Free License\n-------------------------\n\nFont Awesome Free is free, open source, and GPL friendly. You can u"
},
{
"path": "docs/fa/attribution.js",
"chars": 187,
"preview": "console.log(`Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com\nLicense - https://fontawesome.com/licens"
},
{
"path": "docs/fa/css/all.css",
"chars": 73577,
"preview": "/*!\n * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com\n * License - https://fontawesome.com/license/f"
},
{
"path": "docs/fa/css/brands.css",
"chars": 732,
"preview": "/*!\n * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com\n * License - https://fontawesome.com/license/f"
},
{
"path": "docs/fa/css/fontawesome.css",
"chars": 71942,
"preview": "/*!\n * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com\n * License - https://fontawesome.com/license/f"
},
{
"path": "docs/fa/css/regular.css",
"chars": 734,
"preview": "/*!\n * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com\n * License - https://fontawesome.com/license/f"
},
{
"path": "docs/fa/css/solid.css",
"chars": 727,
"preview": "/*!\n * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com\n * License - https://fontawesome.com/license/f"
},
{
"path": "docs/fa/css/svg-with-js.css",
"chars": 8077,
"preview": "/*!\n * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com\n * License - https://fontawesome.com/license/f"
},
{
"path": "docs/fa/css/v4-shims.css",
"chars": 41312,
"preview": "/*!\n * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com\n * License - https://fontawesome.com/license/f"
},
{
"path": "docs/fa/js/all.js",
"chars": 1262826,
"preview": "/*!\n * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com\n * License - https://fontawesome.com/license/f"
},
{
"path": "docs/fa/js/brands.js",
"chars": 456484,
"preview": "/*!\n * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com\n * License - https://fontawesome.com/license/f"
},
{
"path": "docs/fa/js/conflict-detection.js",
"chars": 33962,
"preview": "/*!\n * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com\n * License - https://fontawesome.com/license/f"
},
{
"path": "docs/fa/js/fontawesome.js",
"chars": 79448,
"preview": "/*!\n * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com\n * License - https://fontawesome.com/license/f"
},
{
"path": "docs/fa/js/regular.js",
"chars": 107110,
"preview": "/*!\n * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com\n * License - https://fontawesome.com/license/f"
},
{
"path": "docs/fa/js/solid.js",
"chars": 620342,
"preview": "/*!\n * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com\n * License - https://fontawesome.com/license/f"
},
{
"path": "docs/fa/js/v4-shims.js",
"chars": 17459,
"preview": "/*!\n * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com\n * License - https://fontawesome.com/license/f"
},
{
"path": "docs/fa/less/_animated.less",
"chars": 297,
"preview": "// Animated Icons\n// --------------------------\n\n.@{fa-css-prefix}-spin {\n animation: fa-spin 2s infinite linear;\n}\n\n.@"
},
{
"path": "docs/fa/less/_bordered-pulled.less",
"chars": 422,
"preview": "// Bordered & Pulled\n// -------------------------\n\n.@{fa-css-prefix}-border {\n border-radius: .1em;\n border: solid .08"
},
{
"path": "docs/fa/less/_core.less",
"chars": 297,
"preview": "// Base Class Definition\n// -------------------------\n\n.@{fa-css-prefix}, .fas, .far, .fal, .fad, .fab {\n -moz-osx-font"
},
{
"path": "docs/fa/less/_fixed-width.less",
"chars": 119,
"preview": "// Fixed Width Icons\n// -------------------------\n.@{fa-css-prefix}-fw {\n text-align: center;\n width: (20em / 16);\n}\n"
},
{
"path": "docs/fa/less/_icons.less",
"chars": 99083,
"preview": "/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen\n readers do not read off random characters th"
},
{
"path": "docs/fa/less/_larger.less",
"chars": 454,
"preview": "// Icon Sizes\n// -------------------------\n\n.larger(@factor) when (@factor > 0) {\n .larger((@factor - 1));\n\n .@{fa-css"
},
{
"path": "docs/fa/less/_list.less",
"chars": 322,
"preview": "// List Icons\n// -------------------------\n\n.@{fa-css-prefix}-ul {\n list-style-type: none;\n margin-left: (@fa-li-width"
},
{
"path": "docs/fa/less/_mixins.less",
"chars": 1237,
"preview": "// Mixins\n// --------------------------\n\n.fa-icon() {\n -moz-osx-font-smoothing: grayscale;\n -webkit-font-smoothing: an"
},
{
"path": "docs/fa/less/_rotated-flipped.less",
"chars": 771,
"preview": "// Rotated & Flipped Icons\n// -------------------------\n\n.@{fa-css-prefix}-rotate-90 { .fa-icon-rotate(90deg, 1); }\n.@"
},
{
"path": "docs/fa/less/_screen-reader.less",
"chars": 118,
"preview": "// Screen Readers\n// -------------------------\n\n.sr-only { .sr-only(); }\n.sr-only-focusable { .sr-only-focusable(); }\n"
},
{
"path": "docs/fa/less/_shims.less",
"chars": 60766,
"preview": ".@{fa-css-prefix}.@{fa-css-prefix}-glass:before { content: @fa-var-glass-martini; }\n\n.@{fa-css-prefix}.@{fa-css-prefix}-"
},
{
"path": "docs/fa/less/_stacked.less",
"chars": 478,
"preview": "// Stacked Icons\n// -------------------------\n\n.@{fa-css-prefix}-stack {\n display: inline-block;\n height: 2em;\n line-"
},
{
"path": "docs/fa/less/_variables.less",
"chars": 41818,
"preview": "// Variables\n// --------------------------\n\n@fa-font-path: \"../webfonts\";\n@fa-font-size-base: 16px;\n@fa-font-"
},
{
"path": "docs/fa/less/brands.less",
"chars": 811,
"preview": "/*!\n * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com\n * License - https://fontawesome.com/license/f"
},
{
"path": "docs/fa/less/fontawesome.less",
"chars": 505,
"preview": "/*!\n * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com\n * License - https://fontawesome.com/license/f"
},
{
"path": "docs/fa/less/regular.less",
"chars": 813,
"preview": "/*!\n * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com\n * License - https://fontawesome.com/license/f"
},
{
"path": "docs/fa/less/solid.less",
"chars": 806,
"preview": "/*!\n * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com\n * License - https://fontawesome.com/license/f"
},
{
"path": "docs/fa/less/v4-shims.less",
"chars": 236,
"preview": "/*!\n * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com\n * License - https://fontawesome.com/license/f"
},
{
"path": "docs/fa/metadata/categories.yml",
"chars": 40344,
"preview": "accessibility:\n icons:\n - accessible-icon\n - american-sign-language-interpreting\n - assistive-listening-system"
},
{
"path": "docs/fa/metadata/icons.json",
"chars": 3281341,
"preview": "{\n \"500px\": {\n \"changes\": [\n \"4.4\",\n \"5.0.0\"\n ],\n \"ligatures\": [],\n \"search\": {\n \"terms\": []"
},
{
"path": "docs/fa/metadata/icons.yml",
"chars": 296461,
"preview": "500px:\n changes:\n - '4.4'\n - 5.0.0\n label: 500px\n search:\n terms: []\n styles:\n - brands\n unicode: f26e\n"
},
{
"path": "docs/fa/metadata/shims.json",
"chars": 23699,
"preview": "[\n [\n \"glass\",\n null,\n \"glass-martini\"\n ],\n [\n \"meetup\",\n \"fab\",\n null\n ],\n [\n \"star-o\",\n \""
},
{
"path": "docs/fa/metadata/shims.yml",
"chars": 4682,
"preview": "area-chart:\n name: chart-area\narrow-circle-o-down:\n name: arrow-alt-circle-down\n prefix: far\narrow-circle-o-left:\n n"
},
{
"path": "docs/fa/metadata/sponsors.yml",
"chars": 12948,
"preview": "accusoft:\n icons:\n - accusoft\n label: Accusoft\n url: 'https://www.accusoft.com'\nadministrator-technology:\n icons:"
},
{
"path": "docs/fa/scss/_animated.scss",
"chars": 300,
"preview": "// Animated Icons\n// --------------------------\n\n.#{$fa-css-prefix}-spin {\n animation: fa-spin 2s infinite linear;\n}\n\n."
},
{
"path": "docs/fa/scss/_bordered-pulled.scss",
"chars": 428,
"preview": "// Bordered & Pulled\n// -------------------------\n\n.#{$fa-css-prefix}-border {\n border: solid .08em $fa-border-color;\n "
},
{
"path": "docs/fa/scss/_core.scss",
"chars": 332,
"preview": "// Base Class Definition\n// -------------------------\n\n.#{$fa-css-prefix},\n.fas,\n.far,\n.fal,\n.fad,\n.fab {\n -moz-osx-fon"
},
{
"path": "docs/fa/scss/_fixed-width.scss",
"chars": 121,
"preview": "// Fixed Width Icons\n// -------------------------\n.#{$fa-css-prefix}-fw {\n text-align: center;\n width: $fa-fw-width;\n}"
},
{
"path": "docs/fa/scss/_icons.scss",
"chars": 118034,
"preview": "/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen\nreaders do not read off random characters that "
},
{
"path": "docs/fa/scss/_larger.scss",
"chars": 393,
"preview": "// Icon Sizes\n// -------------------------\n\n// makes the font 33% larger relative to the icon container\n.#{$fa-css-prefi"
},
{
"path": "docs/fa/scss/_list.scss",
"chars": 322,
"preview": "// List Icons\n// -------------------------\n\n.#{$fa-css-prefix}-ul {\n list-style-type: none;\n margin-left: $fa-li-width"
},
{
"path": "docs/fa/scss/_mixins.scss",
"chars": 1266,
"preview": "// Mixins\n// --------------------------\n\n@mixin fa-icon {\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothi"
},
{
"path": "docs/fa/scss/_rotated-flipped.scss",
"chars": 833,
"preview": "// Rotated & Flipped Icons\n// -------------------------\n\n.#{$fa-css-prefix}-rotate-90 { @include fa-icon-rotate(90deg, "
},
{
"path": "docs/fa/scss/_screen-reader.scss",
"chars": 130,
"preview": "// Screen Readers\n// -------------------------\n\n.sr-only { @include sr-only; }\n.sr-only-focusable { @include sr-only-foc"
},
{
"path": "docs/fa/scss/_shims.scss",
"chars": 65388,
"preview": ".#{$fa-css-prefix}.#{$fa-css-prefix}-glass:before { content: fa-content($fa-var-glass-martini); }\n\n.#{$fa-css-prefix}.#{"
},
{
"path": "docs/fa/scss/_stacked.scss",
"chars": 505,
"preview": "// Stacked Icons\n// -------------------------\n\n.#{$fa-css-prefix}-stack {\n display: inline-block;\n height: 2em;\n line"
},
{
"path": "docs/fa/scss/_variables.scss",
"chars": 39129,
"preview": "// Variables\n// --------------------------\n\n$fa-font-path: \"../webfonts\" !default;\n$fa-font-size-base: 16px !"
},
{
"path": "docs/fa/scss/brands.scss",
"chars": 803,
"preview": "/*!\n * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com\n * License - https://fontawesome.com/license/f"
},
{
"path": "docs/fa/scss/fontawesome.scss",
"chars": 433,
"preview": "/*!\n * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com\n * License - https://fontawesome.com/license/f"
},
{
"path": "docs/fa/scss/regular.scss",
"chars": 805,
"preview": "/*!\n * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com\n * License - https://fontawesome.com/license/f"
},
{
"path": "docs/fa/scss/solid.scss",
"chars": 798,
"preview": "/*!\n * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com\n * License - https://fontawesome.com/license/f"
},
{
"path": "docs/fa/scss/v4-shims.scss",
"chars": 224,
"preview": "/*!\n * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com\n * License - https://fontawesome.com/license/f"
},
{
"path": "docs/fa6/LICENSE.txt",
"chars": 7423,
"preview": "Fonticons, Inc. (https://fontawesome.com)\n\n-----------------------------------------------------------------------------"
},
{
"path": "docs/fa6/css/all.css",
"chars": 137917,
"preview": "/*!\n * Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com\n * License - https://fontawesome.com/license/fr"
},
{
"path": "docs/fa6/css/brands.css",
"chars": 22257,
"preview": "/*!\n * Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com\n * License - https://fontawesome.com/license/fr"
},
{
"path": "docs/fa6/css/fontawesome.css",
"chars": 112809,
"preview": "/*!\n * Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com\n * License - https://fontawesome.com/license/fr"
},
{
"path": "docs/fa6/css/regular.css",
"chars": 619,
"preview": "/*!\n * Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com\n * License - https://fontawesome.com/license/fr"
},
{
"path": "docs/fa6/css/solid.css",
"chars": 611,
"preview": "/*!\n * Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com\n * License - https://fontawesome.com/license/fr"
},
{
"path": "docs/fa6/css/svg-with-js.css",
"chars": 21336,
"preview": "/*!\n * Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com\n * License - https://fontawesome.com/license/fr"
},
{
"path": "docs/fa6/css/v4-font-face.css",
"chars": 1845,
"preview": "/*!\n * Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com\n * License - https://fontawesome.com/license/fr"
},
{
"path": "docs/fa6/css/v4-shims.css",
"chars": 40712,
"preview": "/*!\n * Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com\n * License - https://fontawesome.com/license/fr"
},
{
"path": "docs/fa6/css/v5-font-face.css",
"chars": 871,
"preview": "/*!\n * Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com\n * License - https://fontawesome.com/license/fr"
},
{
"path": "docs/fa6/js/all.js",
"chars": 1816546,
"preview": "/*!\n * Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com\n * License - https://fontawesome.com/license/fr"
},
{
"path": "docs/fa6/js/brands.js",
"chars": 470915,
"preview": "/*!\n * Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com\n * License - https://fontawesome.com/license/fr"
},
{
"path": "docs/fa6/js/conflict-detection.js",
"chars": 36844,
"preview": "/*!\n * Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com\n * License - https://fontawesome.com/license/fr"
},
{
"path": "docs/fa6/js/fontawesome.js",
"chars": 111683,
"preview": "/*!\n * Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com\n * License - https://fontawesome.com/license/fr"
},
{
"path": "docs/fa6/js/regular.js",
"chars": 150414,
"preview": "/*!\n * Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com\n * License - https://fontawesome.com/license/fr"
},
{
"path": "docs/fa6/js/solid.js",
"chars": 1084191,
"preview": "/*!\n * Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com\n * License - https://fontawesome.com/license/fr"
},
{
"path": "docs/fa6/js/v4-shims.js",
"chars": 30705,
"preview": "/*!\n * Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com\n * License - https://fontawesome.com/license/fr"
},
{
"path": "docs/fa6/less/_animated.less",
"chars": 6190,
"preview": "// animating icons\n// --------------------------\n\n.@{fa-css-prefix}-beat {\n animation-name: ~'@{fa-css-prefix}-beat';\n "
},
{
"path": "docs/fa6/less/_bordered-pulled.less",
"chars": 724,
"preview": "// bordered + pulled icons\n// -------------------------\n\n.@{fa-css-prefix}-border {\n border-color: ~'var(--@{fa-css-pre"
},
{
"path": "docs/fa6/less/_core.less",
"chars": 648,
"preview": "// base icon class definition\n// -------------------------\n\n.@{fa-css-prefix} {\n font-family: ~'var(--@{fa-css-prefix}-"
},
{
"path": "docs/fa6/less/_fixed-width.less",
"chars": 121,
"preview": "// fixed-width icons\n// -------------------------\n\n.@{fa-css-prefix}-fw {\n text-align: center;\n width: @fa-fw-width;\n}"
},
{
"path": "docs/fa6/less/_icons.less",
"chars": 287,
"preview": "// specific icon class definition\n// -------------------------\n\n/* Font Awesome uses the Unicode Private Use Area (PUA) "
},
{
"path": "docs/fa6/less/_list.less",
"chars": 448,
"preview": "// icons in a list\n// -------------------------\n\n.@{fa-css-prefix}-ul {\n list-style-type: none;\n margin-left: ~'var(--"
},
{
"path": "docs/fa6/less/_mixins.less",
"chars": 1737,
"preview": "// mixins\n// --------------------------\n\n// base rendering for an icon\n.fa-icon() {\n -moz-osx-font-smoothing: grayscale"
},
{
"path": "docs/fa6/less/_rotated-flipped.less",
"chars": 604,
"preview": "// rotating + flipping icons\n// -------------------------\n\n.@{fa-css-prefix}-rotate-90 {\n transform: rotate(90deg);\n}\n\n"
},
{
"path": "docs/fa6/less/_screen-reader.less",
"chars": 322,
"preview": "// screen-reader utilities\n// -------------------------\n\n// only display content to screen readers\n.sr-only,\n.@{fa-css-p"
},
{
"path": "docs/fa6/less/_shims.less",
"chars": 60212,
"preview": ".@{fa-css-prefix}.@{fa-css-prefix}-glass:before { content: @fa-var-martini-glass-empty; }\n\n.@{fa-css-prefix}.@{fa-css-pr"
},
{
"path": "docs/fa6/less/_sizing.less",
"chars": 364,
"preview": "// sizing icons\n// -------------------------\n\n// literal magnification scale\n.sizes-literal(@factor) when (@factor > 0) "
},
{
"path": "docs/fa6/less/_stacked.less",
"chars": 634,
"preview": "// stacking icons\n// -------------------------\n\n.@{fa-css-prefix}-stack {\n display: inline-block;\n height: 2em;\n line"
},
{
"path": "docs/fa6/less/_variables.less",
"chars": 158701,
"preview": "// variables\n// --------------------------\n\n@fa-css-prefix : fa;\n@fa-style : 900;\n@fa-style-famil"
},
{
"path": "docs/fa6/less/brands.less",
"chars": 786,
"preview": "/*!\n * Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com\n * License - https://fontawesome.com/license/fr"
},
{
"path": "docs/fa6/less/fontawesome.less",
"chars": 615,
"preview": "/*!\n * Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com\n * License - https://fontawesome.com/license/fr"
},
{
"path": "docs/fa6/less/regular.less",
"chars": 697,
"preview": "/*!\n * Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com\n * License - https://fontawesome.com/license/fr"
},
{
"path": "docs/fa6/less/solid.less",
"chars": 690,
"preview": "/*!\n * Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com\n * License - https://fontawesome.com/license/fr"
},
{
"path": "docs/fa6/less/v4-shims.less",
"chars": 337,
"preview": "/*!\n * Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com\n * License - https://fontawesome.com/license/fr"
},
{
"path": "docs/fa6/metadata/categories.yml",
"chars": 53861,
"preview": "accessibility:\n icons:\n - accessible-icon\n - audio-description\n - braille\n - circle-info\n - circle-quest"
},
{
"path": "docs/fa6/metadata/icons.json",
"chars": 4560843,
"preview": "{\n \"0\": {\n \"changes\": [\n \"6.0.0-beta1\"\n ],\n \"ligatures\": [],\n \"search\": {\n \"terms\": []\n },\n "
},
{
"path": "docs/fa6/metadata/icons.yml",
"chars": 394320,
"preview": "'0':\n changes:\n - 6.0.0-beta1\n label: '0'\n search:\n terms: []\n styles:\n - solid\n unicode: '30'\n voted: fa"
},
{
"path": "docs/fa6/metadata/shims.json",
"chars": 40567,
"preview": "[\n [\n \"glass\",\n null,\n \"martini-glass-empty\"\n ],\n [\n \"envelope-o\",\n \"far\",\n \"envelope\"\n ],\n [\n "
},
{
"path": "docs/fa6/metadata/shims.yml",
"chars": 4958,
"preview": "area-chart:\n name: chart-area\narrow-circle-o-down:\n name: circle-down\n prefix: far\narrow-circle-o-left:\n name: circl"
},
{
"path": "docs/fa6/metadata/sponsors.yml",
"chars": 19286,
"preview": "42-group:\n icons:\n - 42-group\n label: 42.group\n url: 'https://42.group'\naccusoft:\n icons:\n - accusoft\n label:"
},
{
"path": "docs/fa6/scss/_animated.scss",
"chars": 6509,
"preview": "// animating icons\n// --------------------------\n\n.#{$fa-css-prefix}-beat {\n animation-name: #{$fa-css-prefix}-beat;\n "
},
{
"path": "docs/fa6/scss/_bordered-pulled.scss",
"chars": 720,
"preview": "// bordered + pulled icons\n// -------------------------\n\n.#{$fa-css-prefix}-border {\n border-color: var(--#{$fa-css-pre"
},
{
"path": "docs/fa6/scss/_core.scss",
"chars": 701,
"preview": "// base icon class definition\n// -------------------------\n\n.#{$fa-css-prefix} {\n font-family: var(--#{$fa-css-prefix}-"
},
{
"path": "docs/fa6/scss/_fixed-width.scss",
"chars": 122,
"preview": "// fixed-width icons\n// -------------------------\n\n.#{$fa-css-prefix}-fw {\n text-align: center;\n width: $fa-fw-width;\n"
},
{
"path": "docs/fa6/scss/_functions.scss",
"chars": 2115,
"preview": "// functions\n// --------------------------\n\n// fa-content: convenience function used to set content property\n@function f"
},
{
"path": "docs/fa6/scss/_icons.scss",
"chars": 318,
"preview": "// specific icon class definition\n// -------------------------\n\n/* Font Awesome uses the Unicode Private Use Area (PUA) "
},
{
"path": "docs/fa6/scss/_list.scss",
"chars": 447,
"preview": "// icons in a list\n// -------------------------\n\n.#{$fa-css-prefix}-ul {\n list-style-type: none;\n margin-left: var(--#"
},
{
"path": "docs/fa6/scss/_mixins.scss",
"chars": 1926,
"preview": "// mixins\n// --------------------------\n\n// base rendering for an icon\n@mixin fa-icon {\n -webkit-font-smoothing: antial"
},
{
"path": "docs/fa6/scss/_rotated-flipped.scss",
"chars": 611,
"preview": "// rotating + flipping icons\n// -------------------------\n\n.#{$fa-css-prefix}-rotate-90 {\n transform: rotate(90deg);\n}\n"
},
{
"path": "docs/fa6/scss/_screen-reader.scss",
"chars": 336,
"preview": "// screen-reader utilities\n// -------------------------\n\n// only display content to screen readers\n.sr-only,\n.#{$fa-css-"
},
{
"path": "docs/fa6/scss/_shims.scss",
"chars": 67228,
"preview": ".#{$fa-css-prefix}.#{$fa-css-prefix}-glass:before { content: unquote(\"\\\"#{ $fa-var-martini-glass-empty }\\\"\"); }\n\n.#{$fa-"
},
{
"path": "docs/fa6/scss/_sizing.scss",
"chars": 308,
"preview": "// sizing icons\n// -------------------------\n\n// literal magnification scale\n@for $i from 1 through 10 {\n .#{$fa-css-pr"
},
{
"path": "docs/fa6/scss/_stacked.scss",
"chars": 633,
"preview": "// stacking icons\n// -------------------------\n\n.#{$fa-css-prefix}-stack {\n display: inline-block;\n height: 2em;\n lin"
},
{
"path": "docs/fa6/scss/_variables.scss",
"chars": 158970,
"preview": "// variables\n// --------------------------\n\n$fa-css-prefix : fa !default;\n$fa-style : 900 !defaul"
},
{
"path": "docs/fa6/scss/brands.scss",
"chars": 839,
"preview": "/*!\n * Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com\n * License - https://fontawesome.com/license/fr"
},
{
"path": "docs/fa6/scss/fontawesome.scss",
"chars": 564,
"preview": "/*!\n * Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com\n * License - https://fontawesome.com/license/fr"
},
{
"path": "docs/fa6/scss/regular.scss",
"chars": 719,
"preview": "/*!\n * Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com\n * License - https://fontawesome.com/license/fr"
},
{
"path": "docs/fa6/scss/solid.scss",
"chars": 711,
"preview": "/*!\n * Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com\n * License - https://fontawesome.com/license/fr"
},
{
"path": "docs/fa6/scss/v4-shims.scss",
"chars": 346,
"preview": "/*!\n * Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com\n * License - https://fontawesome.com/license/fr"
},
{
"path": "docs/index.html",
"chars": 22986,
"preview": "<html>\n<head>\n <meta charset=\"utf-8\"/>\n <title>Luciferin</title>\n <meta name=\"description\" content=\"Bias Lighti"
},
{
"path": "docs/script/build",
"chars": 140,
"preview": "# Stop on errors\nset -e\n\ncd \"$(dirname \"$0\")/..\"\n\nrm -rf dist\nNODE_ENV=production npm exec -- tsc\nNODE_ENV=production np"
},
{
"path": "docs/script/develop",
"chars": 270,
"preview": "# Stop on errors\nset -e\n\ncd \"$(dirname \"$0\")/..\"\n\nrm -rf dist\n\n# Quit all background tasks when script exits\ntrap \"kill "
},
{
"path": "docs/script/stubgen.py",
"chars": 21982,
"preview": "import base64\nimport zlib\nimport json\n\nstubs = {\n\"esp8266\": b\"\"\"\neNq9PHt/1Da2X8WehCQzJEWyPR6ZxzKZJNNQoIVwSeluehtbtunlVyg"
},
{
"path": "docs/static/firmware_build/manifest_full.json",
"chars": 1480,
"preview": "{\n \"name\": \"Glow Worm Luciferin FULL\",\n \"version\": \"5.24.9\",\n \"new_install_improv_wait_time\": 20,\n \"builds\": [\n {"
},
{
"path": "docs/static/firmware_build/manifest_light.json",
"chars": 1486,
"preview": "{\n \"name\": \"Glow Worm Luciferin LIGHT\",\n \"version\": \"5.24.9\",\n \"builds\": [\n {\n \"chipFamily\": \"ESP8266\",\n "
},
{
"path": "docs/static/firmware_build_beta/manifest_full.json",
"chars": 1480,
"preview": "{\n \"name\": \"Glow Worm Luciferin FULL\",\n \"version\": \"5.24.9\",\n \"new_install_improv_wait_time\": 20,\n \"builds\": [\n {"
},
{
"path": "docs/static/firmware_build_beta/manifest_light.json",
"chars": 1486,
"preview": "{\n \"name\": \"Glow Worm Luciferin LIGHT\",\n \"version\": \"5.24.9\",\n \"builds\": [\n {\n \"chipFamily\": \"ESP8266\",\n "
},
{
"path": "docs/static/firmware_build_previous/manifest_full.json",
"chars": 714,
"preview": "{\"name\":\"Glow Worm Luciferin FULL\",\"version\":\"5.23.6\",\"new_install_improv_wait_time\":20,\"builds\":[{\"chipFamily\":\"ESP8266"
},
{
"path": "docs/static/firmware_build_previous/manifest_light.json",
"chars": 718,
"preview": "{\"name\":\"Glow Worm Luciferin LIGHT\",\"version\":\"5.23.6\",\"builds\":[{\"chipFamily\":\"ESP8266\",\"parts\":[{\"path\":\"GlowWormLucif"
},
{
"path": "docs/third_party_scripts/iro5_2_2.js",
"chars": 28249,
"preview": "/*!\n * iro.js v5.5.2\n * 2016-2021 James Daniel\n * Licensed under MPL 2.0\n * github.com/jaames/iro.js\n */\n!function(t,n){"
},
{
"path": "docs/webInterface.css",
"chars": 699,
"preview": ".container-fluid {\n background:orange !important;\n}\n#toggleLED {\n font-size: 1.8rem;\n font-weight: bold;\n ba"
},
{
"path": "docs/webInterface.js",
"chars": 4965,
"preview": "function poll() {\n var sleep = time => new Promise(resolve => setTimeout(resolve, time))\n var poll = (promiseFn, t"
},
{
"path": "docs/webInterfaceSettings.js",
"chars": 3942,
"preview": "var received = false;\n\nfunction poll() {\n var sleep = time => new Promise(resolve => setTimeout(resolve, time))\n v"
},
{
"path": "home_assistant_luciferin_package.yaml",
"chars": 7248,
"preview": "mqtt:\n light:\n - name: \"GlowWorm\"\n schema: json\n state_topic: \"lights/glowwormluciferin\"\n command_top"
},
{
"path": "include/EffectsManager.h",
"chars": 1693,
"preview": "/*\n EffectsManager.h - Glow Worm Luciferin for Firefly Luciferin\n All in one Bias Lighting system for PC\n\n Copyright "
},
{
"path": "include/Globals.h",
"chars": 4776,
"preview": "/*\n Globals.h - Helper classes\n \n Copyright © 2020 - 2026 Davide Perini\n \n Permission is hereby granted, free of c"
},
{
"path": "include/GlowWormLuciferin.h",
"chars": 2321,
"preview": "/*\n GlowWormLuciferin.h - Glow Worm Luciferin for Firefly Luciferin\n All in one Bias Lighting system for PC\n\n Copyrig"
},
{
"path": "include/LedManager.h",
"chars": 5284,
"preview": "/*\n LedManager.h - Glow Worm Luciferin for Firefly Luciferin\n All in one Bias Lighting system for PC\n\n Copyright © 20"
},
{
"path": "include/NetManager.h",
"chars": 4402,
"preview": "/*\n NetManager.h - Glow Worm Luciferin for Firefly Luciferin\n All in one Bias Lighting system for PC\n\n Copyright © 20"
},
{
"path": "include/Version.h",
"chars": 209,
"preview": "\n // AUTO GENERATED FILE, DO NOT EDIT\n #ifndef VERSION\n #define VERSION \"5.24.9\"\n #endif\n #ifndef BUI"
},
{
"path": "include/WebSettings.h",
"chars": 18058,
"preview": "/*\n WebSettings.h - Glow Worm Luciferin for Firefly Luciferin\n All in one Bias Lighting system for PC\n\n Copyright © 2"
},
{
"path": "partitions/ESP32_4M_1800K_FLASH_300K_FS_OTA.csv",
"chars": 245,
"preview": "# Name, Type, SubType, Offset, Size, Flags\nnvs, data, nvs, 36K, 20K,\notadata, data, ota, 56K, 8"
},
{
"path": "partitions/ESP32_4M_1800K_FLASH_300K_FS_OTA_ZIGBEE.csv",
"chars": 348,
"preview": "# Name, Type, SubType, Offset, Size, Flags\nnvs, data, nvs, 36K, 20K,\notadata, data, ota, 56K, 8"
},
{
"path": "platformio.ini",
"chars": 21089,
"preview": "; PlatformIO Project Configuration File\n; Copyright © 2020 - 2024 Davide Perini\n\n[platformio]\nextra_configs = secrets.i"
},
{
"path": "release.sh",
"chars": 590,
"preview": "#!/bin/bash\n\necho \"Please enter the release tag, this will be used by the CI to create the release (ex: 2.17.10): \"\nread"
},
{
"path": "secrets.ini.template",
"chars": 94,
"preview": "[secrets]\nwifi_ssid=XXX\nwifi_password=XXX\nmqtt_username=XXX\nmqtt_password=XXX\nota_password=XXX"
},
{
"path": "src/EffectsManager.cpp",
"chars": 11390,
"preview": "/*\n EffectsManager.cpp - Glow Worm Luciferin for Firefly Luciferin\n All in one Bias Lighting system for PC\n\n Copyrigh"
},
{
"path": "src/Globals.cpp",
"chars": 12742,
"preview": "/*\n Globals.cpp - Helper classes\n \n Copyright © 2020 - 2026 Davide Perini\n \n Permission is hereby granted, free of"
}
]
// ... and 11 more files (download for full content)
About this extraction
This page contains the full source code of the sblantipodi/glow_worm_luciferin GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 211 files (20.6 MB), approximately 5.4M tokens, and a symbol index with 646 extracted functions, classes, methods, constants, and types. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.
Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.