firmware/src
Mark Trevor Birss 975f7c0332
Fix SSD1306 OLED pinout on TLORA_V1_3
The V1.3 board OLED pinout changed from V1
Now on pin SDA(21) and SCL(22) not SDA(4) and SCL(15)

LILYGO Product Page
http://www.lilygo.cn/prod_view.aspx?TypeId=50060&Id=1253&FId=t3:50060:3

Product Pin
https://ae01.alicdn.com/kf/H098cb5d5159841b398fcfd4ebf705725W.jpg
2022-01-13 10:28:02 +02:00
..
buzz
concurrency Fix rare assertion failure which could occur due to pending interrupts 2021-08-17 16:31:01 -07:00
cubecell
esp32 add namespace count to nvs stats 2022-01-08 11:54:30 -08:00
gps Partial work for NTP client 2021-12-28 19:24:10 -08:00
graphics Initial checkin for Airtime Utilization 2021-12-28 23:34:49 -08:00
mesh Disable light-sleep (aka bluetooth sleep) as the default behavior. 2022-01-09 22:28:13 -08:00
mqtt Update MQTT.cpp (#1050) 2022-01-01 13:12:24 -06:00
nimble Erase NVS as part of factory reset & new triple click behavior. 2022-01-08 11:54:02 -08:00
nrf52 Changed getMacAddr behavior (#1017) 2021-12-28 11:20:45 -06:00
plugins S&F - Only TX if utilization is below 25% 2022-01-01 19:54:49 -08:00
portduino New base class for SX126x modules. Added new SX1268 module support. 2021-09-12 00:35:16 +03:00
airtime.cpp Move airtimes struct into the class 2021-12-29 00:45:36 -08:00
airtime.h Move airtimes struct into the class 2021-12-29 00:45:36 -08:00
BluetoothCommon.cpp pull in new epaper lib (which required importing configuration.h everywhere 2021-06-27 10:56:28 -07:00
BluetoothCommon.h
commands.h
configuration.h Fix SSD1306 OLED pinout on TLORA_V1_3 2022-01-13 10:28:02 +02:00
error.h
freertosinc.h
FSCommon.cpp pull in new epaper lib (which required importing configuration.h everywhere 2021-06-27 10:56:28 -07:00
FSCommon.h
GPSStatus.h update log message, sanity check 2021-10-24 13:02:31 +00:00
main.cpp Fix typo 2022-01-11 15:56:58 -08:00
main.h
memtest.cpp
NodeStatus.h
Observer.cpp pull in new epaper lib (which required importing configuration.h everywhere 2021-06-27 10:56:28 -07:00
Observer.h
OSTimer.cpp pull in new epaper lib (which required importing configuration.h everywhere 2021-06-27 10:56:28 -07:00
OSTimer.h
Power.cpp Low battery level counter for NRF52 2021-09-19 16:00:10 +02:00
power.h Low battery level counter for NRF52 2021-09-19 16:00:10 +02:00
PowerFSM.cpp Add isRouter to the power saving check. 2022-01-10 16:37:35 -08:00
PowerFSM.h When switching to battery, shutdown after on_battery_shutdown_after_secs 2021-12-06 15:37:35 +13:00
PowerStatus.h
RedirectablePrint.cpp WIP debug logging over TCP 2021-08-18 10:31:30 -07:00
RedirectablePrint.h
SerialConsole.cpp pull in new epaper lib (which required importing configuration.h everywhere 2021-06-27 10:56:28 -07:00
SerialConsole.h
sleep.cpp stop old chip from crashing 2021-12-30 22:20:15 +01:00
sleep.h
SPILock.cpp pull in new epaper lib (which required importing configuration.h everywhere 2021-06-27 10:56:28 -07:00
SPILock.h
Status.h
StatusHandler.h
target_specific.h
utils.h
wifi-stubs.cpp disable bluetooth while using wifi (esp32 drops networks otherwise) 2021-08-17 16:58:21 -07:00