This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [W][WiFiGeneric.cpp:360] _eventCallback(): Reason: 201 - NO_AP_FOUND | |
| Got Event: 5 | |
| Reason: 201 | |
| ets Jun 8 2016 00:22:57 | |
| rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) | |
| configsip: 0, SPIWP:0xee | |
| clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 | |
| mode:DIO, clock div:2 | |
| load:0x3fff0018,len:4 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| > Executing task: platformio device monitor < | |
| --- Miniterm on /dev/cu.wchusbserial1420 115200,8,N,1 --- | |
| --- Quit: Ctrl+C | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H --- | |
| �␝␋␂� ��� ���2�MSHȊ�Ѻ�E� u���ʽ��J��b�ݯ␗�x�&�S�Re���e��*�%��U����٩�Ű'�,�*U���Ŵ'�m���0�,�ծ��2�!�Ŵ'�q��8���ծ'␓#␑�␋���Q���,�Y����*��.���� | |
| �␋�y��q0��3Lj�E (85) wifi: wifi_init_in_caller_task 707 ret=4353 | |
| [E][WiFiGeneric.cpp:126] wifiLowLevelInit(): esp_wifi_init 4353 | |
| [E][WiFiSTA.cpp:197] begin(): STA enable failed! | |
| E (88) wifi: wifi_init_in_caller_task 707 ret=4353 | |
| [E][WiFiGeneric.cpp:126] wifiLowLevelInit(): esp_wifi_init 4353 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- Miniterm on /dev/cu.wchusbserial1420 115200,8,N,1 --- | |
| --- Quit: Ctrl+C | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H --- | |
| k�J�␋␂���L␓'���#a�r����LBB�WQ��}RѪ␔5���oW��E�BS�}��*�%��*�␅��U��c�˥�n␋i���*�]���C�ѫEɶ␇�a�)��␗¸�E�����0)�A�V�i�a� ��V�i�A���_V�i�A�C���'T�ʂc�k� ␖Ki�␃!���'�m��␖��8���:��l�␘V�x����0�␌ɕٚ�Sj | |
| �+����0�␓��b�Y���!�+њ�Q�°���kٚS��C�������0��3�j�E (85) wifi: wifi_init_in_caller_task 707 ret=4353 | |
| [E][WiFiGeneric.cpp:126] wifiLowLevelInit(): esp_wifi_init 4353 | |
| [E][WiFiSTA.cpp:197] begin(): STA enable failed! | |
| E (88) wifi: wifi_init_in_caller_task 707 ret=4353 | |
| [E][WiFiGeneric.cpp:126] wifiLowLevelInit(): esp_wifi_init 4353 | |
| [W][esp32-hal-psram.c:31] psramInit(): PSRAM init failed! | |
| Initializing ... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import settings | |
| streams.serial() | |
| print("Serial stream initialized") | |
| print("Loading config...") | |
| def flash_test(): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| func focusEditor() { | |
| let loc = CGPoint(x: (textView!.frame.origin.x + (textView!.frame.size.width / 2)), | |
| y: (textView!.frame.origin.y + (textView!.frame.size.height / 2))) | |
| let realLoc = textView!.convert(loc, | |
| to: nil) | |
| let e = NSEvent.mouseEvent(with: .leftMouseDown, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // BrowserViewController.swift | |
| // Ghostnote2 | |
| // | |
| // Created by Jimmy Hough Jr on 3/18/18. | |
| // Copyright © 2018 Jimmy Hough Jr. All rights reserved. | |
| // | |
| import Foundation | |
| import AppKit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Jimmys-MacBook-Pro:teamserver jimmyhoughjr$ netstat | |
| Active Internet connections | |
| Proto Recv-Q Send-Q Local Address Foreign Address (state) | |
| tcp4 0 0 172.20.10.2.49249 server-52-85-113.https ESTABLISHED | |
| tcp4 0 0 172.20.10.2.49203 151.101.44.102.https ESTABLISHED | |
| tcp4 0 0 172.20.10.2.49202 151.101.44.102.https ESTABLISHED | |
| tcp4 0 0 172.20.10.2.49200 ec2-54-82-204-10.https ESTABLISHED | |
| tcp4 0 0 172.20.10.2.49199 162.125.18.133.https ESTABLISHED | |
| tcp4 0 0 172.20.10.2.49192 151.101.44.106.https ESTABLISHED | |
| tcp4 0 0 172.20.10.2.49187 ec2-54-82-204-10.https ESTABLISHED |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // TeamsController.swift | |
| // App | |
| // | |
| // Created by Jimmy Hough Jr on 3/15/18. | |
| // | |
| import Foundation | |
| import Vapor |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // swift-tools-version:4.1 | |
| import PackageDescription | |
| let package = Package( | |
| name: "teamserver", | |
| products: [ | |
| .library(name: "App", targets: ["App"]), | |
| .executable(name: "Run", targets: ["Run"]) | |
| ], |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // swift-tools-version:4.0 | |
| import PackageDescription | |
| let package = Package( | |
| name: "teamserver", | |
| products: [ | |
| .library(name: "App", targets: ["App"]), | |
| .executable(name: "Run", targets: ["Run"]) | |
| ], |