2020-02-01 16:30:53 +00:00
|
|
|
.pio
|
|
|
|
main/configuration.h
|
|
|
|
main/credentials.h
|
|
|
|
|
|
|
|
# ignore vscode IDE settings files
|
|
|
|
.vscode/*
|
|
|
|
!.vscode/settings.json
|
|
|
|
!.vscode/tasks.json
|
|
|
|
!.vscode/extensions.json
|
2020-07-05 21:11:40 +00:00
|
|
|
*.code-workspace
|
|
|
|
|
2021-12-03 06:28:32 +00:00
|
|
|
.idea
|
2021-04-28 07:33:08 +00:00
|
|
|
|
2020-07-05 21:11:40 +00:00
|
|
|
.DS_Store
|
|
|
|
Thumbs.db
|
|
|
|
.autotools
|
|
|
|
.built
|
|
|
|
.context
|
|
|
|
.cproject
|
|
|
|
.vagrant
|
2020-12-11 00:31:41 +00:00
|
|
|
nanopb*
|
@BigCorvus board now kinda boots
###RTT Client: -----------------------------------------------
###RTT Client: Connecting to J-Link RTT Server via localhost:19021 ...
###RTT Client: Connected.
SEGGER J-Link V6.70c - Real time terminal output
SEGGER J-Link ARM V9.6, SN=69663845
Process: JLinkGDBServerCLExe
Emitting reboot packet for serial shell
I2C device found at address 0x55
done
Meshtastic swver=unset, hwver=unset
Reset reason: 0x0
FIXME, call randomSeed
ERROR: No UBLOX GPS found
Hoping that NEMA might work
RadioConfig reset!
Initial packet id 1481765933, numPacketId 4294967295
No saved preferences found
NODENUM=0xB18C3A4E, dbsize=1
Starting meshradio init...
Set radio: name=Default, config=3, ch=6, power=17
SX1262 init result 0
sending owner !df5db18c3a4e/Unknown 3a4e/?4E
Update DB node 0xB18C3A4E, rx_time=0
old user !df5db18c3a4e/Unknown 3a4e/?4E
updating changed=0 user !df5db18c3a4e/Unknown 3a4e/?4E
Adding packet record (id=0x5851F430 Fr0x4E To0xFF, WantAck0, HopLim3 Payload:User)
enqueuing for send (id=0x5851F430 Fr0x4E To0xFF, WantAck0, HopLim3 encrypted)
txGood=0,rxGood=0,rxBad=0
Starting low level send (id=0x5851F430 Fr0x4E To0xFF, WantAck0, HopLim3 encrypted)
assert failed src/mesh/SX1262Interface.cpp: 102, virtual void SX1262Interface::setStandby(), test=err == ERR_NONE
2020-08-17 18:28:32 +00:00
|
|
|
flash.uf2
|
2021-03-15 05:55:08 +00:00
|
|
|
cmake-build*
|
2021-04-28 07:33:08 +00:00
|
|
|
__pycache__
|
|
|
|
|
2022-01-01 20:00:32 +00:00
|
|
|
*.swp
|
|
|
|
*.swo
|
|
|
|
*~
|
2022-01-24 07:00:14 +00:00
|
|
|
|
|
|
|
venv/
|
2022-01-24 17:24:40 +00:00
|
|
|
release/
|
2022-12-05 14:35:54 +00:00
|
|
|
.vscode/extensions.json
|
2023-05-24 00:44:30 +00:00
|
|
|
/compile_commands.json
|
Native Webserver (#3343)
* Added WebServer/WebServices for Native Linux Meshtastic and web gui
* Fix bug in login functionality
* Added customized config of portdunio.ini with LovyannGFX from marelab repro
* Compile Problem resolved with developer version of LovyanGFX.git
* Compile against dev version
* Fixes to fit into main branch
* Update variant.h, main.cpp, .gitignore, WebServer.cpp, esp32s2.ini, WebServer.h, ContentHandler.cpp, rp2040.ini, nrf52.ini, ContentHelper.cpp, Dockerfile, ContentHandler.h, esp32.ini, stm32wl5e.ini
* Added linux pi std /usr/include dir
* Adding /usr/innclude for Linux compile against native libs that are not hadled by platformio
* Review log level changes & translation
* Update Dockerfile
* Fix Typo & VFS ref. Part1
* Fix Typo & VFS ref.
* Dev Version for ulfius web lib
* Update platformio.ini
* Free VFS path string
* Remove unintended changes
* More unintentional changes
* Make the HTTP server optional on native
* Tune-up for Native web defaults
* Don't modify build system yet
* Remove more unneeded changes
---------
Co-authored-by: marc hammermann <marchammermann@googlemail.com>
Co-authored-by: Ben Meadors <benmmeadors@gmail.com>
Co-authored-by: Thomas Göttgens <tgoettgens@gmail.com>
2024-03-06 22:23:04 +00:00
|
|
|
src/mesh/raspihttp/certificate.pem
|
|
|
|
src/mesh/raspihttp/private_key.pem
|