sms_forwarder_air780_esp32 icon indicating copy to clipboard operation
sms_forwarder_air780_esp32 copied to clipboard

使用合宙ESP32和Air780E构建的短信转发器

Results 4 sms_forwarder_air780_esp32 issues
Sort by recently updated
recently updated
newest added

使用gotify的http api发送消息推送 # notification_helper.lua添加 ```lua local function gotify(sender_number, content) if not config.notification_channel.gotify.enabled then return end if utils.is_empty(config.notification_channel.gotify.host) then log.warn("notification_helper", "gotify host 未填写,跳过调用gotify") return end log.info("notification_helper", "正在发送gotify通知") local request_body = {...

通过telegram发消息给bot,控制air780发出短信进行保号。

请问是esp32c3刷入固件就可以,air780e买回来不用刷任何固件直接接上esp32c3就好了是吗?

由于经常性收不到短信推送,于是接上luatools查看,通过不断拔插usb,发现上电后初始化时会有概率没有连接上WiFi或者连接很慢,导致信息无法推送出去。(重启串口则没有发现这种情况) [trace_2024-03-10_032304.txt](https://github.com/boris1993/sms_forwarder_air780_esp32/files/14547721/trace_2024-03-10_032304.txt) ![Snipaste_2024-03-10_03-27-03](https://github.com/boris1993/sms_forwarder_air780_esp32/assets/62934244/902e3398-f780-4e00-b093-75ab47910c56) ![Snipaste_2024-03-10_03-37-57](https://github.com/boris1993/sms_forwarder_air780_esp32/assets/62934244/3d283c0e-0885-4cfa-ba3c-518f62a91625)