Commit Graph

393 Commits

Author SHA1 Message Date
9276d4a6c1 implemented EEPROM write operation with data overlapped page size margin 2024-06-20 21:12:52 +02:00
bogd
6cb5bc0e9c start implementation i2c eeprom driver 2024-06-20 16:22:05 +02:00
0edd07fbd2 second MQTT always off for reduce memory consumption 2024-06-10 19:39:08 +02:00
bogd
0a21101817 fixed default interface variable output 2024-05-30 12:56:41 +02:00
bogd
8b8ea9a57f added CHAR type to the variables 2024-05-29 15:58:30 +02:00
bogd
a7417df420 gsm interface speed back to 115200, increased gsm commands attempts 2024-05-27 13:40:03 +02:00
394a798a98 fixed crash on modem restart during info retrieve over web ui 2024-05-23 09:54:36 +02:00
9f20a1b08b MQTT services definitions moved to mqtt header 2024-05-16 21:12:49 +02:00
92a1cc3cc7 astro timers implemented 2024-05-16 14:23:35 +02:00
513c9f6b89 astro timer combined with cron 2024-05-15 15:49:55 +02:00
3609a28892 astro data return after save 2024-05-15 08:21:06 +02:00
7346de2bdf astro data backend implemented 2024-05-14 17:07:26 +02:00
96a7238065 astro handle added 2024-05-14 10:54:05 +02:00
298c2e6534 astronomical calculations moved from double to float 2024-05-14 10:50:17 +02:00
a64de4a0c5 Astro timer moved to CRON scheduler 2024-05-14 10:28:59 +02:00
9d54a977fc added build config for astro timer 2024-05-13 15:57:25 +02:00
a9b4f515d5 added astro calculation core code 2024-05-13 15:36:19 +02:00
f0a773b53f added manual time set, fixed SNTP client disable 2024-05-13 12:47:40 +02:00
cda4bc7722 Merge branch 'main_sdcard' into 'main'
Main sdcard

See merge request userbogd/webguiapp!6
2024-05-08 14:43:23 +00:00
cef4def7f5 fixed basic auth header 2024-05-08 15:26:36 +02:00
c9beeaa39c SD card, if selected in build config, replacing internal storage 2024-05-08 10:24:42 +02:00
8e2490bef0 Merge branch 'main_sdcard' into 'main'
added SD card support

See merge request userbogd/webguiapp!5
2024-05-07 12:14:36 +00:00
4eaaff65fd added SD card support 2024-05-07 14:12:46 +02:00
94ff29e312 MQTT ID now is fully user defined 2024-04-30 09:46:58 +02:00
428bb65c7b time sync sequence improved 2024-04-27 12:21:41 +02:00
27cbfffb5b custom modem interaction baudrate set to 230 kbit/s 2024-04-24 14:59:26 +02:00
78dbc8e917 added SetSystemTime() function 2024-04-24 12:45:37 +02:00
3a7bf2a635 fixed GSM modem initialization sequence 2024-04-23 11:27:26 +02:00
3858722cca GSM external reset function delay 2024-04-11 16:02:30 +02:00
4fdec54608 timestamp format changed to ISO8601 2024-04-05 12:53:10 +02:00
db5452fe8b rollback mqtt reconnect time, added debug for receive mqtt data 2024-04-04 14:48:20 +02:00
2d8e4ee592 fixed lora visibility variable, tune mqtt timeouts, removes file topic 2024-04-03 14:26:25 +02:00
b473c8f198 fixed size of file block checking 2024-03-29 10:00:19 +02:00
25feb4f9fb export block_transaction_t object and it's parse function 2024-03-28 12:34:57 +02:00
83ab4dcba2 file api interface refactored 2024-03-28 12:08:49 +02:00
ec5069c096 reworked file api handler 2024-03-28 11:41:34 +02:00
84257e8276 documented raw memory access structure 2024-03-25 08:54:41 +02:00
9b11542f1a implemented file API in general protocol 2024-03-24 20:10:58 +02:00
5aaa2004c3 file read write API implemented 2024-03-13 19:51:11 +02:00
8f5537fd6a added file read write 2024-03-13 13:47:42 +02:00
086e919e23 added header for base64 encode decode 2024-03-12 20:09:21 +02:00
c32accd232 raw memory access API implementation 2024-03-12 19:54:20 +02:00
06ecf10ae5 prepare to implementation files API 2024-03-12 14:24:59 +02:00
981440adda mqtt file handler added 2024-03-11 15:40:48 +02:00
6712ed4b42 added topic for the files operations, file list and delete implemented 2024-03-11 14:41:32 +02:00
f007f15313 changed timestamp format in LogFile 2024-03-03 10:52:33 +02:00
2996e4175d Queue in MQTT transport wait for connected 2024-02-27 13:22:15 +02:00
65b977f089 fixed reset after OTA, added gsm level 2024-02-22 15:23:27 +02:00
369b236549 fixed memory leak in MQTT extended log 2024-02-22 12:18:00 +02:00
133dc249c7 Merge remote-tracking branch 'gitlab/main2' into main2 2024-02-21 14:18:03 +02:00